/external/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 | 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 | 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 | 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 | patharcto.cpp | 81 paint.setStroke(true);
|
D | points.cpp | 98 paint.setStroke(true);
|
D | strokes.cpp | 597 pathPaint.setStroke(true); 602 skeletonPaint.setStroke(true);
|
D | strokefill.cpp | 28 paint->setStroke(true); in set_strokeandfill()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowGradientDrawable.java | 28 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/ |
D | ShadowGradientDrawableTest.java | 27 gradientDrawable.setStroke(strokeWidth, /* color= */ 456); in testGetStrokeWidth_returnsStrokeWidth() 38 gradientDrawable.setStroke(/* width= */ 456, stokeColor); in testGetStrokeColor_returnsStrokeColor()
|
/external/skia/src/gpu/tessellate/ |
D | LinearTolerances.h | 85 void setStroke(const StrokeParams& strokeParams, float maxScale) { in setStroke() function
|
D | PatchWriter.h | 336 fTolerances.setStroke(strokeParams, fMaxScale); in updateStrokeParamsAttrib() 342 fTolerances.setStroke(strokeParams, fMaxScale); in updateUniformStrokeParams()
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 111 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/ |
D | Paint.java | 44 public Paint setStroke(boolean stroke) { in setStroke() method in Paint
|
/external/skia/tools/viewer/ |
D | XferSlide.cpp | 230 paint.setStroke(true); in draw() 234 paint.setStroke(false); in draw()
|
D | PathSlide.cpp | 627 paint.setStroke(true); in draw() 731 paint.setStroke(true); in showInnerQuads()
|
/external/skia/modules/jetski/src/ |
D | Paint.cpp | 34 paint->setStroke(stroke); in Paint_SetStroke()
|
/external/skia/modules/skparagraph/src/ |
D | ParagraphPainterImpl.cpp | 65 p.setStroke(false); in drawFilledRect()
|
/external/skia/include/core/ |
D | SkPaint.h | 217 void setStroke(bool);
|
/external/skia/modules/skparagraph/gm/ |
D | simple_gm.cpp | 104 underp.setStroke(true); in drawFromVisitor()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 115 void SkPaint::setStroke(bool isStroke) { in setStroke() function in SkPaint
|
/external/skia/tools/fonts/ |
D | RandomScalerContext.cpp | 129 paint.setStroke(0); in generateImage()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | GenerateApproximateWidths.java | 63 g.setStroke(BASIC_STROKE); in drawDemo()
|