Home
last modified time | relevance | path

Searched defs:paintType (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp348 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint() local
353 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint() local
/external/skia/gm/
Dconstcolorprocessor.cpp86 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local