Home
last modified time | relevance | path

Searched refs:kMiter_Join (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DPaintTest.cpp26 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in regression_cubic()
/external/skia/include/core/
DSkPaint.h383 kMiter_Join, //!< connect path segments with a sharp join enumerator
388 kDefault_Join = kMiter_Join
/external/skia/src/gl/
DSkGLDevice.cpp314 if (paint.getStrokeJoin() != SkPaint::kMiter_Join) { in drawRect()
318 } else if (paint.getStrokeJoin() != SkPaint::kMiter_Join) { in drawRect()
/external/skia/src/core/
DSkStroke.cpp202 if (join == SkPaint::kMiter_Join) { in SkPathStroker()
DSkPaint.cpp1655 } else if (this->getStrokeJoin() == SkPaint::kMiter_Join) { in computeStrokeFastBounds()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp1000 m_data->mState->mLineJoin = SkPaint::kMiter_Join; in setLineJoin()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp940 platformContext()->setLineJoin(SkPaint::kMiter_Join); in setLineJoin()