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

  /external/skia/samplecode/
SampleStrokeRect.cpp 40 SkPaint::kRound_Join,
SampleCull.cpp 170 paint.setStrokeJoin(SkPaint::kRound_Join);
SampleFuzz.cpp 144 case 0: paint.setStrokeJoin(SkPaint::kRound_Join); break;
SamplePath.cpp 168 SkPaint::kRound_Join
SampleStrokePath.cpp 26 paint.setStrokeJoin(SkPaint::kRound_Join);
  /external/skia/include/core/
SkPaint.h 379 kRound_Join, //!< connect path segments with a round join
    [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 227 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 978 platformContext()->setLineJoin(SkPaint::kRound_Join);
    [all...]

Completed in 4601 milliseconds