Home
last modified time | relevance | path

Searched refs:kRound_Cap (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DRectBench.cpp97 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
/external/skia/include/core/
DSkPaint.h372 kRound_Cap, //!< begin/end contours with a semi-circle extension enumerator
/external/skia/src/core/
DSkDraw.cpp460 if (paint.getStrokeCap() != SkPaint::kRound_Cap && in init()
511 } else if (fPaint->getStrokeCap() != SkPaint::kRound_Cap) { in chooseProc()
607 if (paint.getStrokeCap() == SkPaint::kRound_Cap) { in drawPoints()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp962 m_data->mState->mLineCap = SkPaint::kRound_Cap; in setLineCap()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp896 platformContext()->setLineCap(SkPaint::kRound_Cap); in setLineCap()