/external/skia/tests/ |
D | StrokeTest.cpp | 65 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in test_strokerect() 111 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 112 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 121 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 122 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 126 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 137 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 138 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 150 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 154 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
|
D | StrokeIndirectTest.cpp | 39 for (auto join : {SkPaint::kMiter_Join, SkPaint::kRound_Join}) { in test_stroke() 261 if (joinType == SkPaint::kRound_Join) { in test_tolerance() 304 if (stroke.getJoin() == SkPaint::kRound_Join) { in verifyResolveLevels() 336 if (stroke.getJoin() == SkPaint::kRound_Join) { in verifyResolveLevels() 343 if (!hasCusp || stroke.getJoin() == SkPaint::kRound_Join) { in verifyResolveLevels() 383 if (i == 0 && stroke.getJoin() == SkPaint::kRound_Join) { in verifyResolveLevels() 405 if (stroke.getJoin() == SkPaint::kRound_Join) { in verifyResolveLevels() 469 if (stroke.getJoin() == SkPaint::kRound_Join && instance->fNumTotalEdges > 0) { in verifyBuffers()
|
/external/skqp/tests/ |
D | StrokeTest.cpp | 64 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in test_strokerect() 110 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 111 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 120 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 121 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 125 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 136 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 137 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality() 149 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality() 153 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
|
/external/skqp/gm/ |
D | patheffects.cpp | 189 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap, 0), in onDraw() 191 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw() 195 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw()
|
/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 | 53 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
|
/external/skqp/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 | 55 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
|
/external/skia/gm/ |
D | patheffects.cpp | 201 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap, 0), in onDraw() 203 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw() 207 SkStrokePathEffect::Make(20, SkPaint::kRound_Join, in onDraw()
|
D | stroke_rect_shader.cpp | 61 paint.setStrokeJoin(SkPaint::kRound_Join);
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeTessellateShader.h | 63 case SkPaint::kRound_Join: in NumFixedEdgesInJoin() 81 case SkPaint::kRound_Join: return -1; in GetJoinType()
|
/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()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 431 fPE[0] = SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesView() 433 auto p0 = SkStrokePathEffect::Make(25, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesView() 434 auto p1 = SkStrokePathEffect::Make(20, SkPaint::kRound_Join, SkPaint::kRound_Cap); in ManyStrokesView() 479 p.setStrokeJoin(SkPaint::kRound_Join); in onDrawContent()
|
D | SampleStrokeRect.cpp | 37 SkPaint::kRound_Join, in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleStrokeRect.cpp | 43 SkPaint::kRound_Join, in onDrawContent()
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | OffsetPaths.cpp | 29 SkPaint::kRound_Join, // 'lj': 2 in OffsetPathsAdapter()
|