Home
last modified time | relevance | path

Searched refs:kRound_Cap (Results 1 – 25 of 44) sorted by relevance

12

/external/skia/bench/
DBezierBench.cpp98 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_quad); )
102 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_cubic); )
DRectBench.cpp185 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
235 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
DChartBench.cpp147 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
/external/skia/src/effects/
DSkDashPathEffect.cpp220 } else if (SkPaint::kRound_Cap != rec.getCap()) { in asPoints()
229 if (SkPaint::kRound_Cap == rec.getCap()) { in asPoints()
276 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in asPoints()
325 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in asPoints()
/external/skia/gm/
Dpath_stroke_with_zero_length.cpp111 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
129 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
Dpoints.cpp51 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
Dquadpaths.cpp72 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
215 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, 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);
Dtallstretchedbitmaps.cpp46 paint.setStrokeCap(SkPaint::kRound_Cap); in make_bm()
Dnonclosedpaths.cpp82 SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap in onDraw()
Dcubicpaths.cpp183 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
327 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
Darcto.cpp94 paint.setStrokeCap(SkPaint::kRound_Cap);
Dlinepaths.cpp58 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in draw()
Ddashing.cpp220 p.setStrokeCap(SkPaint::kRound_Cap); in drawDashedLines()
361 : paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
Dskbug_257.cpp118 checker.setStrokeCap(SkPaint::kRound_Cap);
/external/skia/tests/
DStrokeTest.cpp125 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
153 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
DEmptyPathTest.cpp66 SkPaint::kRound_Cap, in iter_paint()
/external/skia/samplecode/
DSamplePoints.cpp60 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleChart.cpp140 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
/external/skia/src/core/
DSkPictureCommon.h114 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() && in operator()
DSkPictureContentInfo.cpp51 if (2 == count && SkPaint::kRound_Cap != paint.getStrokeCap() && in onDrawPoints()
DSkScan_Hairline.cpp416 SkASSERT(SkPaint::kSquare_Cap == capStyle || SkPaint::kRound_Cap == capStyle); in extend_pts()
605 hair_path<SkPaint::kRound_Cap>(path, clip, blitter, SkScan::HairLineRgn); in HairRoundPath()
609 hair_path<SkPaint::kRound_Cap>(path, clip, blitter, SkScan::AntiHairLineRgn); in AntiHairRoundPath()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp58 if (SkPaint::kRound_Cap == cap && intervals[0] != 0.f) { in CanDrawDashLine()
340 bool isRoundCap = SkPaint::kRound_Cap == cap; in onPrepareDraws()
494 SkScalar devBloatY = (SkPaint::kRound_Cap == cap && this->aaMode() == kMSAA_DashAAMode) in onPrepareDraws()
526 if (SkPaint::kRound_Cap == cap && 0 != args.fSrcStrokeWidth) { in onPrepareDraws()
1274 Intervals intervalType = SkPaint::kRound_Cap ? in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp201 static_assert(SkPaint::kRound_Cap == 1, "paint_cap_mismatch"); in emitObject()
/external/skia/src/c/
Dsk_paint.cpp20 { ROUND_SK_STROKE_CAP, SkPaint::kRound_Cap },

12