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