/external/skia/tests/ |
D | StrokeTest.cpp | 72 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in test_strokerect() 118 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 119 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 128 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 129 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 133 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 144 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 145 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 157 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 161 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
|
/external/skia/bench/ |
D | BezierBench.cpp | 96 DEF_BENCH( return new BezierBench(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2, draw_quad); ) 100 DEF_BENCH( return new BezierBench(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2, draw_cubic); )
|
D | BigPathBench.cpp | 54 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
|
/external/skia/src/gpu/tessellate/ |
D | Tessellation.h | 143 case SkPaint::kRound_Join: return -1; in GetJoinType() 188 case SkPaint::kRound_Join: in NumFixedEdgesInJoin()
|
/external/skia/docs/examples/ |
D | Canvas_drawRegion.cpp | 14 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Canvas_drawIRect.cpp | 12 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Paint_setStrokeCap_b.cpp | 14 for (SkPaint::Join j : { SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join } ) { in draw()
|
D | Canvas_drawDRRect_b.cpp | 13 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Canvas_drawRoundRect.cpp | 10 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Paint_057.cpp | 20 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Canvas_drawRect.cpp | 12 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | stroke_closed_degenerate_path.cpp | 13 joinStroke.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
D | Canvas_drawPoints.cpp | 13 const SkPaint::Join join[] = { SkPaint::kRound_Join, in draw()
|
D | Canvas_drawPath.cpp | 17 for (auto join: { SkPaint::kBevel_Join, SkPaint::kRound_Join, SkPaint::kMiter_Join } ) { in draw()
|
D | strokerect_gm.cpp | 8 constexpr SkPaint::Join gJoins[] = {SkPaint::kMiter_Join, SkPaint::kRound_Join, in draw()
|
D | PaintDump.cpp | 16 case SkPaint::kRound_Join: return "SkPaint::kRound_Join"; in str()
|
/external/skia/gm/ |
D | patheffects.cpp | 202 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap, 0), in onDraw() 204 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw() 208 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw()
|
D | crbug_1257515.cpp | 44 p.setStrokeJoin(SkPaint::kRound_Join);
|
D | stroke_rect_shader.cpp | 63 paint.setStrokeJoin(SkPaint::kRound_Join);
|
D | widebuttcaps.cpp | 38 strokePaint.setStrokeJoin(SkPaint::kRound_Join); in draw_strokes()
|
D | quadpaths.cpp | 81 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 211 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
/external/skia/tools/viewer/ |
D | PatchSlide.cpp | 431 fPE[0] = SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesSlide() 433 auto p0 = SkStrokePathEffect::Make(25, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesSlide() 434 auto p1 = SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesSlide() 460 p.setStrokeJoin(SkPaint::kRound_Join); in draw()
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | OffsetPaths.cpp | 29 SkPaint::kRound_Join, // 'lj': 2 in OffsetPathsAdapter()
|
/external/skia/src/gpu/graphite/ |
D | DrawParams.h | 50 (fJoinLimit == 0.f ? SkPaint::kBevel_Join : SkPaint::kRound_Join); in join()
|
/external/skia/modules/jetski/src/ |
D | Paint.cpp | 71 paint->setStrokeJoin(SkPaint::kRound_Join); in Paint_SetStrokeJoin()
|