Searched refs:paintType (Results 1 – 3 of 3) sorted by relevance
97 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local110 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()113 skPaint.setColor(kPaintColors[paintType]); in onDraw()137 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()140 inputLabel.appendf("0x%08x", kPaintColors[paintType]); in onDraw()
103 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local114 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()120 SkPMColor4f::FromBytes_RGBA(kPaintColors[paintType])); in onDraw()155 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()158 inputLabel.appendf("0x%08x", kPaintColors[paintType]); in onDraw()
429 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint() local430 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr; in fillPaint()434 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint() local435 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr; in strokePaint()