Searched refs:strokeStyle (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/gm/ |
D | glyph_pos.cpp | 32 SkPaint::Style strokeStyle); 36 SkPaint::Style strokeStyle) { in draw_gm() argument 42 drawTestCase(canvas, 1.0f, strokeWidth, strokeStyle); in draw_gm() 45 drawTestCase(canvas, 3.0f, strokeWidth, strokeStyle); in draw_gm() 51 drawTestCase(canvas, 1.0f, strokeWidth, strokeStyle); in draw_gm() 58 drawTestCase(canvas, 1.0f, strokeWidth, strokeStyle); in draw_gm() 70 drawTestCase(canvas, 1.0f, strokeWidth, strokeStyle); in draw_gm() 83 drawTestCase(canvas, 1.0f, strokeWidth, strokeStyle); in draw_gm() 90 SkPaint::Style strokeStyle) { in drawTestCase() argument 95 paint.setStyle(strokeStyle); in drawTestCase() [all …]
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 368 ctx.strokeStyle = 'black'; 378 ctx.strokeStyle = 'black'; 385 ctx.strokeStyle = '#000'; 394 ctx.strokeStyle = '#C00'; 464 ctx.strokeStyle = 'blue'; 503 ctx.strokeStyle = 'yellow'; 561 ctx.strokeStyle = 'red';
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | node.example.js | 30 ctx.strokeStyle = 'rgba(125,0,0,0.5)';
|
/third_party/libwebsockets/test-apps/ |
D | test.js | 435 ctx.strokeStyle = i[1]; 442 ctx.strokeStyle = i[1];
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | test.js | 435 ctx.strokeStyle = i[1]; 442 ctx.strokeStyle = i[1];
|
/third_party/skia/experimental/docs/ |
D | canvasBackend.js | 126 ctx.strokeStyle = color;
|
/third_party/node/deps/v8/tools/profview/ |
D | profview.js | 1027 ctx.strokeStyle = "black"; 1033 ctx.strokeStyle = "rgba(0,0,0,0.2)"; 1055 ctx.strokeStyle = "red"; 1068 ctx.strokeStyle = "blue";
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 149 ctx.strokeStyle = '#3c597a'; 173 ctx.strokeStyle = '#3c597a'; 580 ctx.strokeStyle = 'green'; 683 ctx.strokeStyle = 'green'; 701 ctx.strokeStyle = 'green';
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 3326 GrStyle strokeStyle(style.strokeRec(), nullptr); in MakeCircleOp() local 3328 strokeStyle, shaderCaps); in MakeCircleOp()
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1341 attribute (DOMString or CanvasGradient or CanvasPattern) strokeStyle; // (default black)
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 928 strokeStyle: string | CanvasGradient | CanvasPattern; property
|
D | lib.dom.d.ts | 3538 strokeStyle: string | CanvasGradient | CanvasPattern; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 908 strokeStyle: string | CanvasGradient | CanvasPattern; property
|
D | dom.generated.d.ts | 3518 strokeStyle: string | CanvasGradient | CanvasPattern; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5155 strokeStyle: string | CanvasGradient | CanvasPattern; property
|