Home
last modified time | relevance | path

Searched refs:setStroke (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/gm/
H A Dcirculararcs.cpp27 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 in DEF_ARC_GM() local
124 auto setStroke = [] (SkPaint* p) { DEF_ARC_GM() local
132 auto setStroke = [] (SkPaint* p) { DEF_ARC_GM() local
140 auto setStroke = [] (SkPaint* p) { DEF_ARC_GM() local
[all...]
H A Daddarc.cpp41 paint.setStroke(true);
85 paint.setStroke(true); in DEF_SIMPLE_GM()
130 paint.setStroke(true);
180 paint.setStroke(true);
189 paint.setStroke(false);
230 paint.setStroke(true); in DEF_SIMPLE_GM()
275 paint.setStroke(true); in DEF_SIMPLE_GM()
H A Dconicpaths.cpp121 paint.setStroke(fh != 0);
157 paint.setStroke(true); in DEF_SIMPLE_GM()
173 paint.setStroke(true); in DEF_SIMPLE_GM()
183 paint.setStroke(true); in DEF_SIMPLE_GM()
197 paint.setStroke(true); in DEF_SIMPLE_GM()
H A Ddashing.cpp57 paint.setStroke(true); in show_zero_len_dash()
75 paint.setStroke(true);
160 paint.setStroke(true);
206 p.setStroke(true); in drawDashedLines()
326 paint.setStroke(true);
434 paint.setStroke(true);
493 p.setStroke(true); in DEF_SIMPLE_GM()
505 p.setStroke(true); in DEF_SIMPLE_GM()
523 p.setStroke(true); in DEF_SIMPLE_GM()
555 p.setStroke(tru in DEF_SIMPLE_GM()
[all...]
H A Ddashcircle.cpp53 refPaint.setStroke(true);
87 p.setStroke(true);
190 paint.setStroke(true);
244 p.setStroke(true); in DEF_SIMPLE_GM()
H A Ddashcubics.cpp34 paint.setStroke(true); in flower()
124 hairlinePaint.setStroke(true);
H A Dpoints.cpp97 paint.setStroke(true); in DEF_SIMPLE_GM()
H A Dpatharcto.cpp81 paint.setStroke(true); in DEF_SIMPLE_GM()
H A Dstrokes.cpp596 pathPaint.setStroke(true); in DEF_SIMPLE_GM()
601 skeletonPaint.setStroke(true); in DEF_SIMPLE_GM()
H A Dstrokefill.cpp28 paint->setStroke(true); in set_strokeandfill()
/third_party/skia/samplecode/
H A DSampleXfer.cpp261 paint.setStroke(true);
265 paint.setStroke(false);
H A DSamplePath.cpp668 paint.setStroke(true); in showInnerQuads()
726 paint.setStroke(true);
/third_party/skia/modules/androidkit/src/
H A DPaint.cpp34 paint->setStroke(stroke); in Paint_SetStroke()
/third_party/skia/modules/skparagraph/src/
H A DParagraphPainterImpl.cpp75 p.setStroke(false); in drawFilledRect()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPaint.java44 public Paint setStroke(boolean stroke) { in setStroke() method in Paint
/third_party/skia/include/core/
H A DSkPaint.h211 void setStroke(bool);
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp104 underp.setStroke(true); in drawFromVisitor()
/third_party/skia/src/core/
H A DSkPaint.cpp122 void SkPaint::setStroke(bool isStroke) { in setStroke() function in SkPaint
H A DSkScalerContext.cpp475 paint.setStroke(hairline); in generateMask()

Completed in 12 milliseconds