Searched refs:fHasColors (Results 1 – 6 of 6) sorted by relevance
58 bool hasColors() const { return fHasColors; } in hasColors()73 bool fHasColors; variable
45 fHasColors = SkToBool(colors); in GrDrawAtlasOp()195 fHasColors = false; in finalize()
70 bool hasColors() const { return fHasColors; } in hasColors()85 bool fHasColors; member in __anon17cbc72e0111::DrawAtlasOp122 fHasColors = SkToBool(colors); in DrawAtlasOp()298 fHasColors = false; in finalize()
161 bool fHasColors; in onDraw() member169 const SkColor* colors = attrs.fHasColors ? fColors : nullptr; in onDraw()
182 bool fHasColors; in onDraw() member190 const SkColor* colors = attrs.fHasColors ? fColors : nullptr; in onDraw()
37 fHasColors; member46 fCSize = desc.fHasColors ? safe.mul(desc.fVertexCount, sizeof(SkColor)) : 0; in Sizes()