/third_party/skia/modules/pathkit/ |
H A D | externs.js | 106 PathKit.SkPath.prototype.stroke = function(opts) {};
|
H A D | chaining.js | 141 PathKit.SkPath.prototype.stroke = function(opts) {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 695 struct qxl_stroke stroke; member 724 struct qxl_stroke stroke; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 695 struct qxl_stroke stroke; member 724 struct qxl_stroke stroke; member
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 439 ctx.stroke(); 445 ctx.stroke();
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 439 ctx.stroke(); 445 ctx.stroke();
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 587 stroke: function() {}, 1121 CanvasRenderingContext2D.prototype.stroke = function() {};
|
H A D | interface.js | 329 CanvasKit.Path.prototype.stroke = function(opts) {
|
/third_party/skia/experimental/docs/ |
H A D | canvasBackend.js | 74 assert('stroke' == paint.style); 75 ctx.stroke(); 82 assert('stroke' == paint.style); 125 } else if ('stroke' == paint.style) {
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 1032 ctx.stroke(); 1039 ctx.stroke(); 1059 ctx.stroke(); 1063 ctx.stroke(); 1072 ctx.stroke(); 1076 ctx.stroke();
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 767 temp.stroke({'width': this.lineWidth, 'miter_limit': this.miterLimit, 1046 this.stroke = function(path) {
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/canvas/router/ |
H A D | index.js | 494 ctx.stroke();
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/canvas/router/ |
H A D | index.js | 494 ctx.stroke();
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/canvas/router/ |
H A D | index.js | 494 ctx.stroke();
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/canvas/router/ |
H A D | index.js | 494 ctx.stroke();
|
/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 82 "cy=\"200px\" r = \"50px\" fill=\"red\" opacity=\"0.5\" stroke=\"blue\" stroke-width=\"16px\" " 83 "stroke-opacity=\"0.3\" id=\"circleId\"/></svg>"; 118 "Z\"/></defs><use fill=\"red\" fill-rule=\"nonzero\" stroke=\"blue\" stroke-width=\"1\" " 126 const std::string STYLE_SVG_LABEL = "<svg viewBox=\"0 0 10 10\"><style>circle{fill:gold;stroke:maroon;stroke-width : " 138 "y=\"20\" stroke-width=\"4\" stroke=\"#000000\" rx=\"10\" ry=\"10\"></rect></svg>"; 141 "y=\"20\" stroke 572 auto stroke = svgUseDeclaration.strokeState; HWTEST_F() local [all...] |
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 440 SkStrokeRec stroke(paint); in drawPoints() 447 if (as_PEB(paint.getPathEffect())->asPoints(&pointData, path, stroke, ctm, in drawPoints() 747 // We need to try to fake a thick-stroke with a modulated hairline. in SkDrawTreatAAStrokeAsHairline()
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 44 // AA stroke around the center-curve. See comments in push_quad_index_buffer and 446 // *just* a zero length subpath. (SVG Spec 11.4, 'stroke'). in gather_lines_and_quads() 768 const SkStrokeRec& stroke = style.strokeRec(); in Make() local 769 SkScalar capLength = SkPaint::kButt_Cap != stroke.getCap() ? hairlineCoverage * 0.5f : 0.0f; in Make()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 514 SkStrokeRec stroke(paint); in drawDRRect() 516 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()
|
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/ |
H A D | counter.js | 2452 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR); 2524 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR); 3038 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR); 3109 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 248 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in test_path_crbugskia2820() 249 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820() 250 stroke.applyToPath(&path, path); in test_path_crbugskia2820() 1452 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in test_convexity2() 1453 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2() 1454 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2() 2570 // pass, stroke rect in test_isNestedFillRects()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4466 void SetMaskShape(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, in SetMaskShape() argument 4484 shape->SetStrokeColor(stroke); in SetMaskShape() 4512 shape->SetStrokeColor(stroke); in SetMaskShape() 4522 shape->SetStrokeColor(stroke); in SetMaskShape() 4531 void SetMaskPath(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, in SetMaskPath() argument 4545 path->SetStrokeColor(stroke); in SetMaskPath()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 308 void (*setMaskShape)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke,
310 void (*setMaskPath)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke,
482 void (*setStroke)(ArkUINodeHandle node, const ArkUI_Uint32 stroke);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1664 void (*setMaskShape)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, 1666 void (*setMaskPath)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, 1843 void (*setStroke)(ArkUINodeHandle node, const ArkUI_Uint32 stroke);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1811 void (*setMaskShape)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, 1813 void (*setMaskPath)(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, 1995 void (*setStroke)(ArkUINodeHandle node, const ArkUI_Uint32 stroke);
|