/third_party/skia/gm/ |
D | circulararcs.cpp | 27 paint->setStroke(true); in set_strokeandfill() 87 auto setFill = [] (SkPaint*p) { p->setStroke(false); }; in DEF_ARC_GM() 93 p->setStroke(true); in DEF_ARC_GM() 100 auto setStroke = [](SkPaint* p) { in DEF_ARC_GM() local 101 p->setStroke(true); in DEF_ARC_GM() 104 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 108 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local 109 p->setStroke(true); in DEF_ARC_GM() 112 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 116 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local [all …]
|
D | addarc.cpp | 41 paint.setStroke(true); in onDraw() 85 paint.setStroke(true); 130 paint.setStroke(true); in onDraw() 180 paint.setStroke(true); in onDraw() 189 paint.setStroke(false); in onDraw() 230 paint.setStroke(true); 275 paint.setStroke(true);
|
D | conicpaths.cpp | 121 paint.setStroke(fh != 0); in onDraw() 157 paint.setStroke(true); 173 paint.setStroke(true); 183 paint.setStroke(true); 197 paint.setStroke(true);
|
D | dashing.cpp | 57 paint.setStroke(true); in show_zero_len_dash() 75 paint.setStroke(true); in onDraw() 160 paint.setStroke(true); in onDraw() 206 p.setStroke(true); in drawDashedLines() 326 paint.setStroke(true); in onDraw() 434 paint.setStroke(true); in onDraw() 493 p.setStroke(true); 505 p.setStroke(true); 523 p.setStroke(true); 555 p.setStroke(true); [all …]
|
D | dashcircle.cpp | 53 refPaint.setStroke(true); in onDraw() 87 p.setStroke(true); in onDraw() 190 paint.setStroke(true); in onDraw() 244 p.setStroke(true);
|
D | dashcubics.cpp | 34 paint.setStroke(true); in flower() 124 hairlinePaint.setStroke(true); in onDraw()
|
D | points.cpp | 97 paint.setStroke(true);
|
D | patharcto.cpp | 81 paint.setStroke(true);
|
D | strokes.cpp | 596 pathPaint.setStroke(true); 601 skeletonPaint.setStroke(true);
|
D | strokefill.cpp | 28 paint->setStroke(true); in set_strokeandfill()
|
/third_party/flutter/skia/gm/ |
D | circulararcs.cpp | 93 auto setStroke = [](SkPaint* p) { in DEF_ARC_GM() local 97 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 101 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local 105 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 109 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local 113 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 117 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local 121 draw_arcs(canvas, setStroke); in DEF_ARC_GM() 125 auto setStroke = [] (SkPaint* p) { in DEF_ARC_GM() local 129 draw_arcs(canvas, setStroke); in DEF_ARC_GM() [all …]
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGNode.cpp | 89 void SkSVGNode::setStroke(const SkSVGPaint& svgPaint) { in setStroke() function in SkSVGNode 148 this->setStroke(*paint); in onSetAttribute()
|
D | SkSVGNode.h | 60 void setStroke(const SkSVGPaint&);
|
/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() method in Paint
|
/third_party/skia/samplecode/ |
D | SampleXfer.cpp | 261 paint.setStroke(true); in onDrawContent() 265 paint.setStroke(false); in onDrawContent()
|
D | SamplePath.cpp | 668 paint.setStroke(true); in showInnerQuads() 726 paint.setStroke(true); in onDrawContent()
|
/third_party/skia/modules/androidkit/src/ |
D | Paint.cpp | 34 paint->setStroke(stroke); in Paint_SetStroke()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 211 void setStroke(bool);
|
/third_party/skia/modules/skparagraph/gm/ |
D | simple_gm.cpp | 103 underp.setStroke(true); in drawFromVisitor()
|
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 14 p.setStroke(false); in draw_line_as_rect()
|
/third_party/flutter/skia/resources/lua/ |
D | slides.lua | 44 paint:setStroke(true);
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 122 void SkPaint::setStroke(bool isStroke) { in setStroke() function in SkPaint
|
D | SkScalerContext.cpp | 475 paint.setStroke(hairline); in generateMask()
|