/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIAttr1/ |
H A D | index.js | 22 ctx.fillStyle = "#000000"; 28 ctx.fillStyle = "#FFFFFF"; 34 ctx.fillStyle = "abcdef"; 40 ctx.fillStyle = "#000000"; 46 ctx.fillStyle = "#FFFFFF"; 52 ctx.fillStyle = "#ghijkl";
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/indexAPIAttr/ |
H A D | index.js | 23 let getFillStyle1 = ctx.fillStyle; // getter默认fillStyle 26 let getFillStyle2 = ctx.fillStyle; // 再次getter默认fillStyle 29 ctx.fillStyle = '#00ff00'; // setter 34 let getFillStyle3 = ctx.fillStyle; // setter后getter fillStyle 47 ctx.fillStyle = '#00ff00'; // 因为是画矩形框,所以填充设置无效
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-offscreencanvas.md | 70 offContext.fillStyle = '#CDCDCD' 106 offContext.fillStyle = '#CDCDCD' 161 offContext.fillStyle = '#CDCDCD' 163 offContext.fillStyle = '#000000' 222 offContext.fillStyle = "#0000ff" 224 offContext.fillStyle = "#EE0077" 227 offContext.fillStyle = "#77EE0077" 229 offContext.fillStyle = "#00ffff" 237 offContext.fillStyle = '#FF00FF' 312 offContext.fillStyle = '#CDCDCD'
|
H A D | ts-canvasrenderingcontext2d.md | 133 ### fillStyle subsection 150 this.context.fillStyle = '#0000ff' 1608 this.context.fillStyle = pattern 2070 this.context.fillStyle = '#00ff00' 2259 this.context.fillStyle = "#0000ff" 2261 this.context.fillStyle = "#00ffff" 2266 this.context.fillStyle = "#ff0000" 2268 this.context.fillStyle = "#00ff00" 3446 this.context.fillStyle = grad 3509 this.context.fillStyle = grad [all …]
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 65 ### fillStyle subsection 84 offContext.fillStyle = '#0000ff' 115 offContext.fillStyle = 0x0000FF 2062 offContext.fillStyle = '#000000' 2123 offContext.fillStyle = '#00ff00' 2281 offContext.fillStyle = '#0000ff' 2326 offContext.fillStyle = "#0000ff" 2328 offContext.fillStyle = "#00ffff" 3573 offContext.fillStyle = grad 3640 offContext.fillStyle = grad [all …]
|
H A D | ts-components-canvas-canvasgradient.md | 52 this.context.fillStyle = grad
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | time-styles-shift.md | 60 this.ctx.fillStyle = '#000'; //指定绘制的填充色 83 this.ctx.fillStyle = 'green'; 101 this.ctx.fillStyle = 'red'; 119 this.ctx.fillStyle = 'black'; 225 this.ctx.fillStyle = '#000'; //指定绘制的填充色 244 this.ctx.fillStyle = 'green'; 257 this.ctx.fillStyle = 'red'; 270 this.ctx.fillStyle = 'black';
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-offscreencanvas.md | 70 offContext.fillStyle = '#CDCDCD' 106 offContext.fillStyle = '#CDCDCD' 161 offContext.fillStyle = '#CDCDCD' 163 offContext.fillStyle = '#000000' 222 offContext.fillStyle = "#0000ff" 224 offContext.fillStyle = "#EE0077" 227 offContext.fillStyle = "#77EE0077" 229 offContext.fillStyle = "#00ffff" 237 offContext.fillStyle = '#FF00FF' 312 offContext.fillStyle = '#CDCDCD'
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 65 ### fillStyle subsection 84 offContext.fillStyle = '#0000ff' 115 offContext.fillStyle = 0x0000FF 2062 offContext.fillStyle = '#000000' 2123 offContext.fillStyle = '#00ff00' 2281 offContext.fillStyle = '#0000ff' 3448 offContext.fillStyle = "#00ff00" 3496 offContext.fillStyle = "#00ff00" 3562 offContext.fillStyle = grad 3629 offContext.fillStyle = grad [all …]
|
H A D | ts-canvasrenderingcontext2d.md | 130 ### fillStyle subsection 147 this.context.fillStyle = '#0000ff' 1515 this.context.fillStyle = pattern 1947 this.context.fillStyle = '#00ff00' 2136 this.context.fillStyle = "#0000ff" 2138 this.context.fillStyle = "#00ffff" 2143 this.context.fillStyle = "#ff0000" 2145 this.context.fillStyle = "#00ff00" 3249 this.context.fillStyle = grad 3312 this.context.fillStyle = grad [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/ |
H A D | symbol_effect_options.h | 38 SymbolEffectOptions(SymbolEffectType effectType, FillStyle fillStyle) in SymbolEffectOptions() argument 39 : effectType_(effectType), fillStyle_(fillStyle) in SymbolEffectOptions() 60 void SetFillStyle(FillStyle fillStyle) in SetFillStyle() argument 62 fillStyle_ = fillStyle; in SetFillStyle()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas9/ |
H A D | index.js | 26 ctx.fillStyle = '#ffff00'; 34 ctx.fillStyle = '#ff0000';
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-canvas-canvasrenderingcontext2d.md | 72 ### fillStyle subsection 87 ctx.fillStyle = '#0000ff'; 344 ctx.fillStyle = 'rgb(255,0,0)'; 414 ctx.fillStyle = 'rgb(255,0,0)'; 417 ctx.fillStyle = 'rgb(0,0,255)'; 420 ctx.fillStyle = 'rgb(255,0,0)'; 423 ctx.fillStyle = 'rgb(0,0,255)'; 450 ctx.fillStyle = 'rgb(255,0,0)'; 1000 ctx.fillStyle = pat; 1689 ctx.fillStyle = gradient; [all …]
|
H A D | js-components-canvas-canvasgradient.md | 41 ctx.fillStyle = gradient
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 290 this.ctx.fillStyle = '#0000ff'; 303 添加createLinearGradient和createRadialGradient属性创建渐变容器,接着用addColorStop方法添加多个色块组成渐变色,再设置fillStyle为gradi… 362 this.ctx.fillStyle = gradient; 373 this.ctx.fillStyle = gradient; 391 this.ctx.fillStyle = gradient; 403 this.ctx.fillStyle = gradient; 417 this.ctx.fillStyle = gradient; 644 var pat = ctx.createPattern(img, 'repeat');ctx.fillStyle = pat; 805 this.ctx.fillStyle = "red" 816 this.ctx.fillStyle = "#2133d2";
|
H A D | arkts-drawing-customization-on-canvas.md | 107 this.context.fillStyle = '#0097D4'; 155 …arkui/arkui-ts/ts-canvasrenderingcontext2d.md#stroke)(进行边框绘制操作)等等,同时提供了[fillStyle](../reference/ap… 263 this.context.fillStyle = grad; 290 this.context.fillStyle = '#0097D4'; 332 this.context.fillStyle = '#0097D4';
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-canvas-canvasrenderingcontext2d.md | 11 <input type="button" style="width: 180px; height: 60px;" value="fillStyle" onclick="handleClick" /> 55 ## fillStyle section 71 ctx.fillStyle = '#0000ff';
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-canvas-canvasrenderingcontext2d.md | 72 ### fillStyle subsection 87 ctx.fillStyle = '#0000ff'; 344 ctx.fillStyle = 'rgb(255,0,0)'; 414 ctx.fillStyle = 'rgb(255,0,0)'; 417 ctx.fillStyle = 'rgb(0,0,255)'; 420 ctx.fillStyle = 'rgb(255,0,0)'; 423 ctx.fillStyle = 'rgb(0,0,255)'; 450 ctx.fillStyle = 'rgb(255,0,0)'; 1000 ctx.fillStyle = pat; 1689 ctx.fillStyle = gradient; [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 296 this.ctx.fillStyle = '#0000ff'; 309 …method to add multiple color blocks to form a gradient color, and set **fillStyle** as **gradient*… 368 this.ctx.fillStyle = gradient; 379 this.ctx.fillStyle = gradient; 397 this.ctx.fillStyle = gradient; 409 this.ctx.fillStyle = gradient; 423 this.ctx.fillStyle = gradient; 650 var pat = ctx.createPattern(img, 'repeat');ctx.fillStyle = pat; 811 this.ctx.fillStyle = "red" 822 this.ctx.fillStyle = "#2133d2";
|
H A D | arkts-drawing-customization-on-canvas.md | 107 this.context.fillStyle = '#0097D4'; 155 …s-canvasrenderingcontext2d.md#stroke). In addition, attributes such as [fillStyle](../reference/ap… 263 this.context.fillStyle = grad; 290 this.context.fillStyle = '#0097D4'; 332 this.context.fillStyle = '#0097D4';
|
/ohos5.0/docs/zh-cn/application-dev/form/ |
H A D | arkts-ui-widget-page-custom-drawing.md | 27 this.context.fillStyle = '#EEF0FF'; 37 this.context.fillStyle = '#5A5FFF';
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas6/ |
H A D | index.js | 25 ctx.fillStyle = '#00ff00';
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-arkui.md | 159 this.context.fillStyle = "#f00" 164 this.context.fillStyle = "#0f0"
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-page-custom-drawing.md | 27 this.context.fillStyle = '#EEF0FF'; 37 this.context.fillStyle = '#5A5FFF';
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-canvas-canvasrenderingcontext2d.md | 11 <input type="button" style="width: 180px; height: 60px;" value="fillStyle" onclick="handleClick" /> 55 ## fillStyle section 71 ctx.fillStyle = '#0000ff';
|