Home
last modified time | relevance | path

Searched refs:setStrokeCap (Results 1 – 25 of 64) sorted by relevance

123

/external/skia/gm/
Dpath_stroke_with_zero_length.cpp111 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
129 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
133 square.setStrokeCap(SkPaint::kSquare_Cap); in onDraw()
Dsmallpaths.cpp236 paint.setStrokeCap(SkPaint::kButt_Cap); in onDraw()
249 paint.setStrokeCap(SkPaint::kButt_Cap); in onDraw()
261 paint.setStrokeCap(SkPaint::kButt_Cap); in onDraw()
Ddashing.cpp220 p.setStrokeCap(SkPaint::kRound_Cap); in drawDashedLines()
360 SkToBool(cap) ? paint.setStrokeCap(SkPaint::kSquare_Cap) in onDraw()
361 : paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
377 paint.setStrokeCap(SkPaint::kSquare_Cap); in onDraw()
Dstrokes.cpp123 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap); in onDraw()
218 paint.setStrokeCap(SkPaint::kRound_Cap);
266 p.setStrokeCap(SkPaint::kRound_Cap);
482 p.setStrokeCap(SkPaint::kButt_Cap); in onDraw()
Dpoints.cpp51 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
Dquadpaths.cpp34 paint.setStrokeCap(cap); in drawPath()
177 paint.setStrokeCap(cap); in drawPath()
Dtallstretchedbitmaps.cpp46 paint.setStrokeCap(SkPaint::kRound_Cap); in make_bm()
Dnonclosedpaths.cpp110 paint.setStrokeCap(kCap[cap]); in onDraw()
Dcubicpaths.cpp145 paint.setStrokeCap(cap); in drawPath()
289 paint.setStrokeCap(cap); in drawPath()
Darcto.cpp94 paint.setStrokeCap(SkPaint::kRound_Cap);
Dlinepaths.cpp20 paint.setStrokeCap(cap); in drawPath()
Demptypath.cpp189 strokePaint.setStrokeCap(SkPaint::kSquare_Cap); in onDraw()
Dskbug_257.cpp118 checker.setStrokeCap(SkPaint::kRound_Cap);
/external/skia/samplecode/
DSampleFuzz.cpp171 case 0: paint.setStrokeCap(SkPaint::kRound_Cap); break; in do_fuzz()
172 case 1: paint.setStrokeCap(SkPaint::kButt_Cap); break; in do_fuzz()
DSamplePoints.cpp60 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleChart.cpp140 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
/external/skia/bench/
DRectBench.cpp185 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
235 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
DBezierBench.cpp86 fRec.fPaint.setStrokeCap(fCap); in onDraw()
DStrokeBench.cpp102 paint.setStrokeCap(SkPaint::kSquare_Cap); in paint_maker()
DChartBench.cpp147 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
/external/skia/src/core/
DSkStrokeRec.cpp134 paint->setStrokeCap((SkPaint::Cap)fCap); in applyToPaint()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPaint.java89 public void setStrokeCap(Paint.Cap cap) { in setStrokeCap() method in ShadowPaint
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DLineAndPointFormatter.java115 vertexPaint.setStrokeCap(Paint.Cap.ROUND); in initVertexPaint()
/external/skia/tests/
DEmptyPathTest.cpp90 paint.setStrokeCap(gCaps[cap]); in iter_paint()
/external/skia/src/c/
Dsk_paint.cpp108 AsPaint(cpaint)->setStrokeCap(skcap); in sk_paint_set_stroke_cap()

123