Searched refs:fHasColors (Results 1 – 5 of 5) sorted by relevance
56 bool hasColors() const { return fHasColors; } in hasColors()71 bool fHasColors; member in __anon36ed1ecc0111::DrawAtlasOp105 fHasColors = SkToBool(colors); in DrawAtlasOp()260 fHasColors = false; in finalize()
70 bool hasColors() const { return fHasColors; } in hasColors()85 bool fHasColors; member in __anon99d9b5be0111::DrawAtlasOpImpl121 fHasColors = SkToBool(colors); in DrawAtlasOpImpl()303 fHasColors = false; in finalize()
177 bool fHasColors; in onDraw() member185 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()