/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 | 23 ctx.fillRect(20,20,100,150); 29 ctx.fillRect(20,20,100,150); 35 ctx.fillRect(20,20,100,150); 41 ctx.fillRect(20,20,100,150); 47 ctx.fillRect(20,20,100,150); 53 ctx.fillRect(20,20,100,150);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-canvas-matrix2d.md | 64 this.context.fillRect(100,20,50,50) 72 this.context.fillRect(100,20,50,50) 122 this.context.fillRect(100,20,50,50) 125 this.context.fillRect(100,100,50,50) 173 this.context.fillRect(100,110,50,50) 182 this.context.fillRect(100,110,50,50) 308 this.context.fillRect(50,110,50,50) 373 this.context.fillRect(60,80,50,50) 382 this.context.fillRect(60,80,50,50) 437 this.context.fillRect(40,20,50,50) [all …]
|
H A D | ts-components-offscreencanvas.md | 71 offContext.fillRect(0, 0, this.offCanvas.width, 150) 107 offContext.fillRect(0, 0, 100, this.offCanvas.height) 162 offContext.fillRect(0, 0, 300, 500) 223 offContext.fillRect(230, 350, 50, 50) 226 offContext.fillRect(230, 350, 50, 50) 231 offContext.fillRect(180, 120, 50, 50); 238 offContext.fillRect(100, 100, 60, 60) 313 offContext.fillRect(0, 0, 200, 150)
|
H A D | ts-canvasrenderingcontext2d.md | 73 this.contextPX.fillRect(10,10,100,100) 82 this.contextVP.fillRect(10,10,100,100) 151 this.context.fillRect(20, 20, 150, 100) 465 this.context.fillRect(0, 0, 50, 50) 468 this.context.fillRect(50, 50, 50, 50) 544 this.context.fillRect(20, 20, 50, 50) 547 this.context.fillRect(50, 50, 50, 50) 549 this.context.fillRect(120, 20, 50, 50) 742 this.context.fillRect(0, 0, 300, h/2) 772 this.context.fillRect(0, 0, w/2, 300) [all …]
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 85 offContext.fillRect(20, 20, 150, 100) 116 offContext.fillRect(20, 20, 150, 100) 501 offContext.fillRect(0, 0, 50, 50) 504 offContext.fillRect(50, 50, 50, 50) 588 offContext.fillRect(20, 20, 50, 50) 591 offContext.fillRect(50, 50, 50, 50) 593 offContext.fillRect(120, 20, 50, 50) 596 offContext.fillRect(150, 50, 50, 50) 632 offContext.fillRect(20, 20, 100, 80) 939 ### fillRect subsection [all …]
|
H A D | ts-components-canvas-canvaspattern.md | 53 this.context.fillRect(0, 0, 480, 720) 71 this.context.fillRect(0, 0, 480, 720)
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/ |
H A D | XSelect.js | 51 this.pm2f_.fillRect(x, y, w, h, this.backgroundColor_); 70 this.pm2f_.fillRect(x, y + h, w, HEIGHT * this.list_.length, this.backgroundColor_); 73 this.pm2f_.fillRect(x, y + h + i * HEIGHT, w, HEIGHT, this.backgroundColor_); 76 this.pm2f_.fillRect(x, y + h + i * HEIGHT, w, HEIGHT, this.backgroundColor_);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas4/ |
H A D | index.js | 24 fillRect: function() { 27 ctx.fillRect(20, 20, 100, 150);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas3/ |
H A D | index.js | 26 ctxa.fillRect(20, 20, 40, 150); 29 ctxb.fillRect(20, 20, 30, 100);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-canvas-canvasrenderingcontext2d.md | 88 ctx.fillRect(20, 20, 150, 100); 345 ctx.fillRect(0, 0, 50, 50); 348 ctx.fillRect(50, 50, 50, 50); 415 ctx.fillRect(20, 20, 50, 50); 418 ctx.fillRect(50, 50, 50, 50); 421 ctx.fillRect(120, 20, 50, 50); 424 ctx.fillRect(150, 50, 50, 50); 451 ctx.fillRect(20, 20, 100, 80); 476 ctx.fillRect(30, 30, 100, 100); 502 ctx.fillRect(20, 20, 100, 80); [all …]
|
H A D | js-offscreencanvasrenderingcontext2d.md | 274 offscreenCanvasCtx.fillRect(40, 40, 50, 20); 275 offscreenCanvasCtx.fillRect(40, 90, 50, 20); 280 offscreenCanvasCtx.fillRect(40, 40, 50, 20); 281 offscreenCanvasCtx.fillRect(40, 90, 50, 20);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas9/ |
H A D | index.js | 28 ctx.fillRect(10, 10, 50, 100); 36 ctx.fillRect(10, 10, 50, 100);
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIDraw1/ |
H A D | index.js | 22 ctx.fillRect(-32769,32768,-32769,32768); 27 ctx.fillRect(10,10);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-offscreencanvas.md | 71 offContext.fillRect(0, 0, this.offCanvas.width, 150) 107 offContext.fillRect(0, 0, 100, this.offCanvas.height) 162 offContext.fillRect(0, 0, 300, 500) 223 offContext.fillRect(230, 350, 50, 50) 226 offContext.fillRect(230, 350, 50, 50) 231 offContext.fillRect(180, 120, 50, 50); 238 offContext.fillRect(100, 100, 60, 60) 313 offContext.fillRect(0, 0, 200, 150)
|
H A D | ts-canvasrenderingcontext2d.md | 71 this.contextPX.fillRect(10,10,100,100) 80 this.contextVP.fillRect(10,10,100,100) 148 this.context.fillRect(20, 20, 150, 100) 462 this.context.fillRect(0, 0, 50, 50) 465 this.context.fillRect(50, 50, 50, 50) 541 this.context.fillRect(20, 20, 50, 50) 544 this.context.fillRect(50, 50, 50, 50) 546 this.context.fillRect(120, 20, 50, 50) 739 this.context.fillRect(0, 0, 300, h/2) 769 this.context.fillRect(0, 0, w/2, 300) [all …]
|
H A D | ts-components-canvas-canvaspattern.md | 53 this.context.fillRect(0, 0, 480, 720) 71 this.context.fillRect(0, 0, 480, 720)
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 85 offContext.fillRect(20, 20, 150, 100) 116 offContext.fillRect(20, 20, 150, 100) 501 offContext.fillRect(0, 0, 50, 50) 504 offContext.fillRect(50, 50, 50, 50) 588 offContext.fillRect(20, 20, 50, 50) 591 offContext.fillRect(50, 50, 50, 50) 593 offContext.fillRect(120, 20, 50, 50) 596 offContext.fillRect(150, 50, 50, 50) 632 offContext.fillRect(20, 20, 100, 80) 939 ### fillRect subsection [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 219 <option value="value4">fillRect</option> 291 this.ctx.fillRect(200, 150, 200, 200); 363 this.ctx.fillRect(100, 100, 400, 300); 380 this.ctx.fillRect(100, 100, 400, 300); 392 this.ctx.fillRect(100, 100, 400, 300); 404 this.ctx.fillRect(100, 100, 400, 300); 418 this.ctx.fillRect(100, 100, 400, 300); 645 ctx.fillRect(0, 0, 600, 300); 806 this.ctx.fillRect(200, 150, 200, 200); 822 this.ctx.fillRect(200, 150, 200, 200);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-canvas-canvasrenderingcontext2d.md | 88 ctx.fillRect(20, 20, 150, 100); 345 ctx.fillRect(0, 0, 50, 50); 348 ctx.fillRect(50, 50, 50, 50); 415 ctx.fillRect(20, 20, 50, 50); 418 ctx.fillRect(50, 50, 50, 50); 421 ctx.fillRect(120, 20, 50, 50); 424 ctx.fillRect(150, 50, 50, 50); 451 ctx.fillRect(20, 20, 100, 80); 476 ctx.fillRect(30, 30, 100, 100); 502 ctx.fillRect(20, 20, 100, 80); [all …]
|
H A D | js-offscreencanvasrenderingcontext2d.md | 275 offscreenCanvasCtx.fillRect(40, 40, 50, 20); 276 offscreenCanvasCtx.fillRect(40, 90, 50, 20); 281 offscreenCanvasCtx.fillRect(40, 40, 50, 20); 282 offscreenCanvasCtx.fillRect(40, 90, 50, 20);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-canvas-canvasrenderingcontext2d.md | 32 ## fillRect() 51 ctx.fillRect(20, 20, 200, 150); 72 ctx.fillRect(20, 20, 150, 100);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 221 <option value="value4">fillRect</option> 297 this.ctx.fillRect(200, 150, 200, 200); 369 this.ctx.fillRect(100, 100, 400, 300); 386 this.ctx.fillRect(100, 100, 400, 300); 398 this.ctx.fillRect(100, 100, 400, 300); 410 this.ctx.fillRect(100, 100, 400, 300); 424 this.ctx.fillRect(100, 100, 400, 300); 651 ctx.fillRect(0, 0, 600, 300); 812 this.ctx.fillRect(200, 150, 200, 200); 828 this.ctx.fillRect(200, 150, 200, 200);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas6/ |
H A D | index.js | 27 ctx.fillRect(0, 0, 100, 150);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas1/ |
H A D | index.js | 26 ctx.fillRect(20, 20, 100, 150);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas2/ |
H A D | index.js | 26 ctx.fillRect(20, 20, 100, 150);
|