Searched refs:kRound_Cap (Results 1 – 25 of 44) sorted by relevance
12
/external/skia/bench/ |
D | BezierBench.cpp | 98 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); )
|
D | RectBench.cpp | 185 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw() 235 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
D | ChartBench.cpp | 147 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 220 } 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/ |
D | path_stroke_with_zero_length.cpp | 111 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw() 129 round.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
D | points.cpp | 51 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
D | quadpaths.cpp | 72 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 215 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | strokes.cpp | 123 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap); in onDraw() 218 paint.setStrokeCap(SkPaint::kRound_Cap); 266 p.setStrokeCap(SkPaint::kRound_Cap);
|
D | tallstretchedbitmaps.cpp | 46 paint.setStrokeCap(SkPaint::kRound_Cap); in make_bm()
|
D | nonclosedpaths.cpp | 82 SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap in onDraw()
|
D | cubicpaths.cpp | 183 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 327 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | arcto.cpp | 94 paint.setStrokeCap(SkPaint::kRound_Cap);
|
D | linepaths.cpp | 58 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in draw()
|
D | dashing.cpp | 220 p.setStrokeCap(SkPaint::kRound_Cap); in drawDashedLines() 361 : paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
D | skbug_257.cpp | 118 checker.setStrokeCap(SkPaint::kRound_Cap);
|
/external/skia/tests/ |
D | StrokeTest.cpp | 125 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()
|
D | EmptyPathTest.cpp | 66 SkPaint::kRound_Cap, in iter_paint()
|
/external/skia/samplecode/ |
D | SamplePoints.cpp | 60 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
|
D | SampleChart.cpp | 140 plotPaint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
|
/external/skia/src/core/ |
D | SkPictureCommon.h | 114 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() && in operator()
|
D | SkPictureContentInfo.cpp | 51 if (2 == count && SkPaint::kRound_Cap != paint.getStrokeCap() && in onDrawPoints()
|
D | SkScan_Hairline.cpp | 416 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/ |
D | GrDashingEffect.cpp | 58 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/ |
D | SkPDFGraphicState.cpp | 201 static_assert(SkPaint::kRound_Cap == 1, "paint_cap_mismatch"); in emitObject()
|
/external/skia/src/c/ |
D | sk_paint.cpp | 20 { ROUND_SK_STROKE_CAP, SkPaint::kRound_Cap },
|
12