Home
last modified time | relevance | path

Searched refs:strokeRect (Results 1 – 15 of 15) sorted by relevance

/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js467 ctx.strokeRect(20, 150, 100, 100);
469 ctx.strokeRect(125, 150, 100, 100);
471 ctx.strokeRect(230, 150, 100, 100);
473 ctx.strokeRect(335, 150, 100, 100);
538 ctx.strokeRect(350, 350, 200, 150);
566 ctx.strokeRect(30, -20, 40, 40);
615 ctx.strokeRect(0, 750, 1500, 1500);
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js496 ctx.strokeRect(20, 150, 100, 100);
498 ctx.strokeRect(125, 150, 100, 100);
500 ctx.strokeRect(230, 150, 100, 100);
502 ctx.strokeRect(335, 150, 100, 100);
612 ctx.strokeRect(350, 350, 200, 150);
664 ctx.strokeRect(0, 750, 1500, 1500);
/external/skqp/src/core/
DSkStroke.h64 void strokeRect(const SkRect& rect, SkPath* result,
DSkStroke.cpp1400 this->strokeRect(rect, dst, dir); in strokePath()
1535 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() function in SkStroke
/external/skia/src/core/
DSkStroke.h64 void strokeRect(const SkRect& rect, SkPath* result,
DSkStroke.cpp1436 this->strokeRect(rect, dst, dir); in strokePath()
1571 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() function in SkStroke
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts119 ctx.strokeRect(
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts165 ctx.strokeRect(
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts168 ctx.strokeRect(rectStart, MARGIN_TOP - 1.5, rectWidth, RECT_HEIGHT + 3);
/external/skqp/experimental/canvaskit/
Dexterns.js536 CanvasRenderingContext2D.prototype.strokeRect = function() {}; method in CanvasRenderingContext2D
/external/perfetto/ui/src/frontend/
Dpanel_container.ts429 this.ctx.strokeRect(
/external/skia/modules/canvaskit/
Dexterns.js1118 CanvasRenderingContext2D.prototype.strokeRect = function() {}; method in CanvasRenderingContext2D
DCHANGELOG.md490 - Shadows are properly draw on fillRect and strokeRect in the canvas2d emulation layer.
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js1063 this.strokeRect = function(x, y, width, height) { method in CanvasRenderingContext2D
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js1078 this.strokeRect = function(x, y, width, height) { method in CanvasRenderingContext2D