Home
last modified time | relevance | path

Searched refs:setStroke (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/gm/
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 = [] (SkPaint* p) { in DEF_ARC_GM() local
[all …]
Daddarc.cpp41 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);
Ddashing.cpp57 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 …]
Dconicpaths.cpp121 paint.setStroke(fh != 0); in onDraw()
157 paint.setStroke(true);
173 paint.setStroke(true);
183 paint.setStroke(true);
197 paint.setStroke(true);
Ddashcircle.cpp53 refPaint.setStroke(true); in onDraw()
87 p.setStroke(true); in onDraw()
190 paint.setStroke(true); in onDraw()
244 p.setStroke(true);
Ddashcubics.cpp34 paint.setStroke(true); in flower()
124 hairlinePaint.setStroke(true); in onDraw()
Dpatharcto.cpp81 paint.setStroke(true);
Dpoints.cpp98 paint.setStroke(true);
Dstrokes.cpp597 pathPaint.setStroke(true);
602 skeletonPaint.setStroke(true);
Dstrokefill.cpp28 paint->setStroke(true); in set_strokeandfill()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGradientDrawable.java28 protected void setStroke(int width, int color) { in setStroke() method in ShadowGradientDrawable
31 reflector(GradientDrawableReflector.class, realGradientDrawable).setStroke(width, color); in setStroke()
60 void setStroke(int width, int color); in setStroke() method
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowGradientDrawableTest.java27 gradientDrawable.setStroke(strokeWidth, /* color= */ 456); in testGetStrokeWidth_returnsStrokeWidth()
38 gradientDrawable.setStroke(/* width= */ 456, stokeColor); in testGetStrokeColor_returnsStrokeColor()
/external/skia/src/gpu/tessellate/
DLinearTolerances.h85 void setStroke(const StrokeParams& strokeParams, float maxScale) { in setStroke() function
DPatchWriter.h336 fTolerances.setStroke(strokeParams, fMaxScale); in updateStrokeParamsAttrib()
342 fTolerances.setStroke(strokeParams, fMaxScale); in updateUniformStrokeParams()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java111 graphics.setStroke(stroke != null ? stroke : this.stroke); in setOverrideStroke()
162 public void setStroke(Stroke stroke) in setStroke() method in OverrideGraphics2D
167 graphics.setStroke(stroke); in setStroke()
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DPaint.java44 public Paint setStroke(boolean stroke) { in setStroke() method in Paint
/external/skia/tools/viewer/
DXferSlide.cpp230 paint.setStroke(true); in draw()
234 paint.setStroke(false); in draw()
DPathSlide.cpp627 paint.setStroke(true); in draw()
731 paint.setStroke(true); in showInnerQuads()
/external/skia/modules/jetski/src/
DPaint.cpp34 paint->setStroke(stroke); in Paint_SetStroke()
/external/skia/modules/skparagraph/src/
DParagraphPainterImpl.cpp65 p.setStroke(false); in drawFilledRect()
/external/skia/include/core/
DSkPaint.h217 void setStroke(bool);
/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp104 underp.setStroke(true); in drawFromVisitor()
/external/skia/src/core/
DSkPaint.cpp115 void SkPaint::setStroke(bool isStroke) { in setStroke() function in SkPaint
/external/skia/tools/fonts/
DRandomScalerContext.cpp129 paint.setStroke(0); in generateImage()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java63 g.setStroke(BASIC_STROKE); in drawDemo()

12