Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dconstcolorprocessor.cpp97 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local
110 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()
/third_party/skia/gm/
Dconstcolorprocessor.cpp103 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw() local
114 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()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGRenderContext.cpp429 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fFill.get()->type(); in fillPaint() local
430 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fFillPaint : nullptr; in fillPaint()
434 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type(); in strokePaint() local
435 return paintType != SkSVGPaint::Type::kNone ? &fPresentationContext->fStrokePaint : nullptr; in strokePaint()