| /third_party/skia/src/gpu/tessellate/shaders/ |
| D | GrStrokeTessellationShader.cpp | 19 const SkStrokeRec& stroke, in GrStrokeTessellationShader() 359 const auto& stroke = shader.stroke(); in setData() local
|
| D | GrStrokeTessellationShader.h | 45 const SkStrokeRec& stroke() const { return fStroke;} in stroke() function
|
| /third_party/skia/src/gpu/ |
| D | GrUtil.cpp | 71 const SkStrokeRec& stroke = style.strokeRec(); in GrIsStrokeHairlineOrEquivalent() local
|
| /third_party/skia/gm/ |
| D | crbug_996140.cpp | 59 SkPaint stroke; variable
|
| D | croppedrects.cpp | 51 SkPaint stroke; in onOnceBeforeDraw() local
|
| D | gpu_blur_utils.cpp | 324 SkPaint stroke; in run() local 337 SkPaint stroke; in run() local
|
| D | pictureimagefilter.cpp | 118 SkPaint stroke; in onDraw() local
|
| /third_party/skia/src/gpu/ops/ |
| D | TessellationPathRenderer.cpp | 129 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local 149 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
|
| D | StrokeRectOp.cpp | 34 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/ |
| D | basic2.json | 6 … {"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 …]
|
| D | basic.json | 6 …{"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/ |
| D | StrokeHardwareTessellator.cpp | 141 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
|
| D | StrokeFixedCountTessellator.cpp | 53 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/ |
| D | Shape.cpp | 68 for (const auto* stroke : fStrokes) { in onRender() local
|
| /third_party/skia/experimental/c-api-example/ |
| D | skia-c-example.c | 48 sk_paint_t* stroke = sk_paint_new(); in draw() local
|
| /third_party/skia/bench/ |
| D | RectBench.cpp | 33 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/ |
| D | Paint.java | 44 public Paint setStroke(boolean stroke) { in setStroke() 110 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke()
|
| /third_party/skia/docs/examples/ |
| D | skpaint_xfer.cpp | 43 SkPaint stroke, src, dst; in draw() local
|
| D | Color_Wheel.cpp | 6 const float stroke = scale * 3 / 64; in draw_color_wheel() local
|
| /third_party/skia/samplecode/ |
| D | SampleAARects.cpp | 65 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
|
| /third_party/skia/tests/ |
| D | PaintTest.cpp | 51 SkPath path, stroke; in DEF_TEST() local
|
| /third_party/skia/src/xps/ |
| D | SkXPSDevice.cpp | 1077 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/ |
| D | Device.cpp | 205 SkStrokeRec stroke(paint, SkPaint::kStroke_Style); in drawPoints() local 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape() local
|
| D | DrawContext.cpp | 72 const StrokeParams& stroke, in strokePath()
|
| D | DrawList.cpp | 78 const StrokeParams& stroke, in strokePath()
|