/external/skia/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()
|
D | GpuDrawPathTest.cpp | 43 paint.setStrokeJoin(SkPaint::kRound_Join); in test_drawPathEmpty()
|
D | EmptyPathTest.cpp | 71 SkPaint::kRound_Join, in iter_paint()
|
/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 | 55 paint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
|
D | ChartBench.cpp | 148 plotPaint.setStrokeJoin(SkPaint::kRound_Join); in onDraw()
|
/external/skia/gm/ |
D | dashcubics.cpp | 58 flower(canvas, path, intervals, y ? SkPaint::kDefault_Join : SkPaint::kRound_Join);
|
D | quadpaths.cpp | 72 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 215 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | strokerect.cpp | 67 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
|
D | nonclosedpaths.cpp | 86 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
|
D | polygons.cpp | 105 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join 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 | linepaths.cpp | 58 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in draw()
|
D | rects.cpp | 137 p.setStrokeJoin(SkPaint::kRound_Join); in makePaints()
|
/external/skia/samplecode/ |
D | SampleStrokeRect.cpp | 47 SkPaint::kRound_Join, in onDrawContent()
|
D | SampleChart.cpp | 141 plotPaint.setStrokeJoin(SkPaint::kRound_Join); in onDrawContent()
|
D | SampleFuzz.cpp | 178 case 0: paint.setStrokeJoin(SkPaint::kRound_Join); break; in do_fuzz()
|
D | SampleStrokePath.cpp | 34 paint.setStrokeJoin(SkPaint::kRound_Join); in test_huge_stroke()
|
D | SamplePath.cpp | 185 SkPaint::kRound_Join in onDrawContent()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 208 static_assert(SkPaint::kRound_Join == 1, "paint_join_mismatch"); in emitObject()
|
/external/skia/src/c/ |
D | sk_paint.cpp | 29 { ROUND_SK_STROKE_JOIN, SkPaint::kRound_Join },
|
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 222 p.setStrokeJoin(SkPaint::kRound_Join); in onDrawContent()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 678 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in conicTo() 716 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in quadTo() 1233 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in cubicTo() 1528 case SkPaint::kRound_Join: in strokeRect()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 64 GR_STATIC_ASSERT(1 == SkPaint::kRound_Join); in join_to_gl_join()
|
/external/skia/src/gpu/batches/ |
D | GrAALinearizingConvexPathRenderer.cpp | 57 args.fStroke->getJoin() != SkPaint::Join::kRound_Join; in onCanDrawPath()
|