Searched refs:fHasColors (Results 1 – 3 of 3) sorted by relevance
70 bool hasColors() const { return fHasColors; } in hasColors()85 bool fHasColors; member in __anon3a9bfbb80111::DrawAtlasOpImpl121 fHasColors = SkToBool(colors); in DrawAtlasOpImpl()303 fHasColors = false; in finalize()
181 bool fHasColors; in onDraw() member189 const SkColor* colors = attrs.fHasColors ? fColors : nullptr; in onDraw()
37 fHasColors; member46 fCSize = desc.fHasColors ? safe.mul(desc.fVertexCount, sizeof(SkColor)) : 0; in Sizes()