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

  /external/skia/tests/
PaintTest.cpp 26 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ?
  /external/skia/include/core/
SkPaint.h 383 kMiter_Join, //!< connect path segments with a sharp join
388 kDefault_Join = kMiter_Join
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 314 if (paint.getStrokeJoin() != SkPaint::kMiter_Join) {
318 } else if (paint.getStrokeJoin() != SkPaint::kMiter_Join) {
  /external/skia/src/core/
SkStroke.cpp 202 if (join == SkPaint::kMiter_Join) {
SkPaint.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 1000 m_data->mState->mLineJoin = SkPaint::kMiter_Join;
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 940 platformContext()->setLineJoin(SkPaint::kMiter_Join);
    [all...]

Completed in 231 milliseconds