Home
last modified time | relevance | path

Searched refs:stroke (Results 101 - 125 of 128) sorted by relevance

123456

/third_party/skia/modules/pathkit/
H A Dexterns.js106 PathKit.SkPath.prototype.stroke = function(opts) {};
H A Dchaining.js141 PathKit.SkPath.prototype.stroke = function(opts) {
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_dev.h695 struct qxl_stroke stroke; member
724 struct qxl_stroke stroke; member
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_dev.h695 struct qxl_stroke stroke; member
724 struct qxl_stroke stroke; member
/third_party/libwebsockets/test-apps/
H A Dtest.js439 ctx.stroke();
445 ctx.stroke();
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js439 ctx.stroke();
445 ctx.stroke();
/third_party/skia/modules/canvaskit/
H A Dexterns.js587 stroke: function() {},
1121 CanvasRenderingContext2D.prototype.stroke = function() {};
H A Dinterface.js329 CanvasKit.Path.prototype.stroke = function(opts) {
/third_party/skia/experimental/docs/
H A DcanvasBackend.js74 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 Dprofview.js1032 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 Dcanvas2dcontext.js767 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 Dindex.js494 ctx.stroke();
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/canvas/router/
H A Dindex.js494 ctx.stroke();
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/canvas/router/
H A Dindex.js494 ctx.stroke();
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/canvas/router/
H A Dindex.js494 ctx.stroke();
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp82 "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 DSkDraw.cpp440 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 DAAHairLinePathRenderer.cpp44 // 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 DDevice.cpp514 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 Dcounter.js2452 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 DPathTest.cpp248 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 Dnode_common_modifier.cpp4466 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 Dcjui_api.h308 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 Darkoala_api.h1664 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 Darkoala_api.h1811 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);

Completed in 98 milliseconds

123456