Searched refs:kRound_Join (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/bench/
H A DStrokeBench.cpp94 DEF_BENCH( return new StrokeRRectBench(SkPaint::kRound_Join, draw_rect); )
98 DEF_BENCH( return new StrokeRRectBench(SkPaint::kRound_Join, draw_rrect); )
102 DEF_BENCH( return new StrokeRRectBench(SkPaint::kRound_Join, draw_oval); )
H A DChartBench.cpp147 plotPaint.setStrokeJoin(SkPaint::kRound_Join);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.h84 RoundJoin = SkPaint::kRound_Join,
/external/chromium_org/ui/views/
H A Dshadow_border.cc37 paint.setStrokeJoin(SkPaint::kRound_Join);
/external/skia/tests/
H A DStrokeTest.cpp35 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
H A DGpuDrawPathTest.cpp37 paint.setStrokeJoin(SkPaint::kRound_Join);
H A DEmptyPathTest.cpp78 SkPaint::kRound_Join,
/external/skia/gm/
H A Dnonclosedpaths.cpp85 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
H A Dstrokerect.cpp66 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
H A Dpolygons.cpp104 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
H A Dlinepaths.cpp69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
210 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
H A Dquadpaths.cpp69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
211 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
H A Dcubicpaths.cpp108 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
251 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
H A Drects.cpp136 p.setStrokeJoin(SkPaint::kRound_Join);
H A Ddegeneratesegments.cpp283 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.cpp66 GR_STATIC_ASSERT(1 == SkPaint::kRound_Join);
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp66 GR_STATIC_ASSERT(1 == SkPaint::kRound_Join);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp222 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp222 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h440 kRound_Join, //!< connect path segments with a round join enumerator in enum:SkPaint::Join
/external/skia/include/core/
H A DSkPaint.h440 kRound_Join, //!< connect path segments with a round join enumerator in enum:SkPaint::Join
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc831 case SkPaint::kRound_Join:
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp722 case SkPaint::kRound_Join:
/external/skia/src/core/
H A DSkStroke.cpp722 case SkPaint::kRound_Join:
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp623 (paint.getStrokeJoin() == SkPaint::kRound_Join ||

Completed in 1217 milliseconds

12