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

  /external/skia/samplecode/
SampleStrokeRect.cpp 47 SkPaint::kRound_Join,
SampleCull.cpp 177 paint.setStrokeJoin(SkPaint::kRound_Join);
SampleFuzz.cpp 153 case 0: paint.setStrokeJoin(SkPaint::kRound_Join); break;
SamplePath.cpp 176 SkPaint::kRound_Join
SampleStrokePath.cpp 33 paint.setStrokeJoin(SkPaint::kRound_Join);
  /external/skia/gm/
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 217 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
  /external/skia/tests/
EmptyPathTest.cpp 77 SkPaint::kRound_Join,
  /external/skia/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/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 978 platformContext()->setLineJoin(SkPaint::kRound_Join);
    [all...]

Completed in 101 milliseconds