Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.cpp19 const SkStrokeRec& stroke, in GrStrokeTessellationShader()
359 const auto& stroke = shader.stroke(); in setData() local
DGrStrokeTessellationShader.h45 const SkStrokeRec& stroke() const { return fStroke;} in stroke() function
/third_party/skia/src/gpu/
DGrUtil.cpp71 const SkStrokeRec& stroke = style.strokeRec(); in GrIsStrokeHairlineOrEquivalent() local
/third_party/skia/gm/
Dcrbug_996140.cpp59 SkPaint stroke; variable
Dcroppedrects.cpp51 SkPaint stroke; in onOnceBeforeDraw() local
Dgpu_blur_utils.cpp324 SkPaint stroke; in run() local
337 SkPaint stroke; in run() local
Dpictureimagefilter.cpp118 SkPaint stroke; in onDraw() local
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp129 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
149 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
DStrokeRectOp.cpp34 inline bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
109 const SkStrokeRec& stroke, in Make()
129 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp()
442 const SkStrokeRec& stroke) { in Make()
943 const SkStrokeRec& stroke) { in Make()
/third_party/node/deps/npm/node_modules/jsonparse/samplejson/
Dbasic2.json6 … {"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5, "y": 0.5, "width": 47, "height": 47} string
24 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5… string
41 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]… string
58 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]… string
76 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} string
94 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5… string
112 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5]… string
130 {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} string
136 …{"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5]… string
142 … {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} string
[all …]
Dbasic.json6 …{"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5e+1, "y": 0.5, "z": 0.8e-0, "w": 0.5e5… string
24 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5… string
41 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]… string
58 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]… string
76 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} string
94 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5… string
112 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5]… string
130 {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} string
136 …{"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5]… string
142 … {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} string
[all …]
/third_party/skia/src/gpu/tessellate/
DStrokeHardwareTessellator.cpp141 void updateDynamicStroke(const SkStrokeRec& stroke) { in updateDynamicStroke()
245 const SkStrokeRec& stroke) { in writeClose()
266 void writeCaps(SkPoint contourEndpoint, const SkMatrix& viewMatrix, const SkStrokeRec& stroke) { in writeCaps()
720 const SkStrokeRec& stroke = pathStrokeList->fStroke; in prepare() local
733 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() local
DStrokeFixedCountTessellator.cpp53 void updateDynamicStroke(const SkStrokeRec& stroke) { in updateDynamicStroke()
263 const SkStrokeRec& stroke = pathStrokeList->fStroke; in prepare() local
277 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() local
/third_party/skia/experimental/skrive/src/
DShape.cpp68 for (const auto* stroke : fStrokes) { in onRender() local
/third_party/skia/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
/third_party/skia/bench/
DRectBench.cpp33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench()
198 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench()
208 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPaint.java44 public Paint setStroke(boolean stroke) { in setStroke()
110 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke()
/third_party/skia/docs/examples/
Dskpaint_xfer.cpp43 SkPaint stroke, src, dst; in draw() local
DColor_Wheel.cpp6 const float stroke = scale * 3 / 64; in draw_color_wheel() local
/third_party/skia/samplecode/
DSampleAARects.cpp65 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
/third_party/skia/tests/
DPaintTest.cpp51 SkPath path, stroke; in DEF_TEST() local
/third_party/skia/src/xps/
DSkXPSDevice.cpp1077 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); in rect_must_be_pathed() local
1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1101 BOOL stroke, BOOL fill, in createXpsQuad()
1213 BOOL stroke = FALSE; in internalDrawRect() local
1266 BOOL stroke, BOOL fill, in close_figure()
1294 BOOL stroke, BOOL fill, const SkPath& path) { in addXpsPathGeometry()
1452 BOOL* fill, BOOL* stroke) { in shadePath()
1560 BOOL stroke; in drawPath() local
/third_party/skia/experimental/graphite/src/
DDevice.cpp205 SkStrokeRec stroke(paint, SkPaint::kStroke_Style); in drawPoints() local
300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape() local
DDrawContext.cpp72 const StrokeParams& stroke, in strokePath()
DDrawList.cpp78 const StrokeParams& stroke, in strokePath()

123