Home
last modified time | relevance | path

Searched refs:kSquare_Cap (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.cpp221 SK_COMPILE_ASSERT(SkPaint::kSquare_Cap == 2, paint_cap_mismatch); in populateDict()
/external/skia/include/core/
DSkPaint.h369 kSquare_Cap, //!< begin/end contours with a half square extension enumerator
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp934 platformContext()->setLineCap(SkPaint::kSquare_Cap); in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp1064 m_data->getState()->lineCap = SkPaint::kSquare_Cap; in setLineCap()