Home
last modified time | relevance | path

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

/external/skia/gm/
Dconstcolorprocessor.cpp86 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local
99 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()
102 skPaint.setColor(kPaintColors[paintType]); in onDraw()
124 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()
127 inputLabel.appendf("0x%08x", kPaintColors[paintType]); in onDraw()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp348 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint() local
349 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr; in fillPaint()
353 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint() local
354 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr; in strokePaint()