Home
last modified time | relevance | path

Searched refs:kRound_Join (Results 1 – 25 of 108) sorted by relevance

12345

/external/skia/tests/
DStrokeTest.cpp65 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()
DStrokeIndirectTest.cpp39 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/
DStrokeTest.cpp64 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/
Dpatheffects.cpp189 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/
DBezierBench.cpp96 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); )
DBigPathBench.cpp53 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
/external/skqp/bench/
DBezierBench.cpp96 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); )
DBigPathBench.cpp55 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
/external/skia/gm/
Dpatheffects.cpp201 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()
Dstroke_rect_shader.cpp61 paint.setStrokeJoin(SkPaint::kRound_Join);
/external/skia/src/gpu/tessellate/
DGrStrokeTessellateShader.h63 case SkPaint::kRound_Join: in NumFixedEdgesInJoin()
81 case SkPaint::kRound_Join: return -1; in GetJoinType()
/external/skia/docs/examples/
DCanvas_drawRegion.cpp14 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
DCanvas_drawIRect.cpp12 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
DPaint_setStrokeCap_b.cpp14 for (SkPaint::Join j : { SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join } ) { in draw()
DCanvas_drawDRRect_b.cpp13 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
DCanvas_drawRoundRect.cpp10 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
DPaint_057.cpp20 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
DCanvas_drawRect.cpp12 paint.setStrokeJoin(SkPaint::kRound_Join); in draw()
Dstroke_closed_degenerate_path.cpp13 joinStroke.setStrokeJoin(SkPaint::kRound_Join); in draw()
DCanvas_drawPoints.cpp13 const SkPaint::Join join[] = { SkPaint::kRound_Join, in draw()
DCanvas_drawPath.cpp17 for (auto join: { SkPaint::kBevel_Join, SkPaint::kRound_Join, SkPaint::kMiter_Join } ) { in draw()
/external/skia/samplecode/
DSamplePatch.cpp431 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()
DSampleStrokeRect.cpp37 SkPaint::kRound_Join, in onDrawContent()
/external/skqp/samplecode/
DSampleStrokeRect.cpp43 SkPaint::kRound_Join, in onDrawContent()
/external/skia/modules/skottie/src/layers/shapelayer/
DOffsetPaths.cpp29 SkPaint::kRound_Join, // 'lj': 2 in OffsetPathsAdapter()

12345