Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dglyph_pos.cpp32 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/
Dcanvas2d.spec.js368 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/
Dnode.example.js30 ctx.strokeStyle = 'rgba(125,0,0,0.5)';
/third_party/libwebsockets/test-apps/
Dtest.js435 ctx.strokeStyle = i[1];
442 ctx.strokeStyle = i[1];
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js435 ctx.strokeStyle = i[1];
442 ctx.strokeStyle = i[1];
/third_party/skia/experimental/docs/
DcanvasBackend.js126 ctx.strokeStyle = color;
/third_party/node/deps/v8/tools/profview/
Dprofview.js1027 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/
Dpathkit.md149 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/
DGrOvalOpFactory.cpp3326 GrStyle strokeStyle(style.strokeRec(), nullptr); in MakeCircleOp() local
3328 strokeStyle, shaderCaps); in MakeCircleOp()
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1341 attribute (DOMString or CanvasGradient or CanvasPattern) strokeStyle; // (default black)
/third_party/typescript/lib/
Dlib.webworker.d.ts928 strokeStyle: string | CanvasGradient | CanvasPattern; property
Dlib.dom.d.ts3538 strokeStyle: string | CanvasGradient | CanvasPattern; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts908 strokeStyle: string | CanvasGradient | CanvasPattern; property
Ddom.generated.d.ts3518 strokeStyle: string | CanvasGradient | CanvasPattern; property
/third_party/typescript/tests/lib/
Dlib.d.ts5155 strokeStyle: string | CanvasGradient | CanvasPattern; property