HomeSort by relevance Sort by last modified time
    Searched refs:kRound_Join (Results 1 - 13 of 13) sorted by null

  /external/skia/tests/
StrokeTest.cpp 34 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
EmptyPathTest.cpp 77 SkPaint::kRound_Join,
  /external/skia/gm/
strokerect.cpp 66 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
cubicpaths.cpp 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
212 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
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"},
degeneratesegments.cpp 283 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"},
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 213 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
  /external/skia/include/core/
SkPaint.h 400 kRound_Join, //!< connect path segments with a round join
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 399 kRound_Join, //!< connect path segments with a round join
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 319 m_state->lineJoin = SkPaint::kRound_Join;
  /external/skia/src/core/
SkStroke.cpp 794 case SkPaint::kRound_Join:
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 978 platformContext()->setLineJoin(SkPaint::kRound_Join);
    [all...]

Completed in 182 milliseconds