/external/skia/bench/ |
StrokeBench.cpp | 94 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); )
|
ChartBench.cpp | 147 plotPaint.setStrokeJoin(SkPaint::kRound_Join);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsTypes.h | 84 RoundJoin = SkPaint::kRound_Join,
|
/external/chromium_org/ui/views/ |
shadow_border.cc | 37 paint.setStrokeJoin(SkPaint::kRound_Join);
|
/external/skia/tests/ |
StrokeTest.cpp | 35 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
|
GpuDrawPathTest.cpp | 37 paint.setStrokeJoin(SkPaint::kRound_Join);
|
EmptyPathTest.cpp | 78 SkPaint::kRound_Join,
|
/external/skia/gm/ |
nonclosedpaths.cpp | 85 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
|
strokerect.cpp | 66 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
|
polygons.cpp | 104 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
|
linepaths.cpp | 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, 210 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
|
quadpaths.cpp | 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, 211 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
|
cubicpaths.cpp | 108 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, 251 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
|
rects.cpp | 136 p.setStrokeJoin(SkPaint::kRound_Join);
|
degeneratesegments.cpp | 283 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLPath.cpp | 66 GR_STATIC_ASSERT(1 == SkPaint::kRound_Join);
|
/external/skia/src/gpu/gl/ |
GrGLPath.cpp | 66 GR_STATIC_ASSERT(1 == SkPaint::kRound_Join);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFGraphicState.cpp | 222 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
|
/external/skia/src/pdf/ |
SkPDFGraphicState.cpp | 222 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPaint.h | 440 kRound_Join, //!< connect path segments with a round join [all...] |
/external/skia/include/core/ |
SkPaint.h | 440 kRound_Join, //!< connect path segments with a round join [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 831 case SkPaint::kRound_Join:
|
/external/chromium_org/third_party/skia/src/core/ |
SkStroke.cpp | 722 case SkPaint::kRound_Join:
|
/external/skia/src/core/ |
SkStroke.cpp | 722 case SkPaint::kRound_Join:
|
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | 623 (paint.getStrokeJoin() == SkPaint::kRound_Join || [all...] |