Searched refs:fHasColors (Results 1 – 5 of 5) 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()
56 bool hasColors() const { return fHasColors; } in hasColors()71 bool fHasColors; member in __anona7a6bc520111::DrawAtlasOp106 fHasColors = SkToBool(colors); in DrawAtlasOp()267 fHasColors = false; in finalize()
161 bool fHasColors; in onDraw() member169 const SkColor* colors = attrs.fHasColors ? fColors : nullptr; in onDraw()
177 bool fHasColors; in onDraw() member185 const SkColor* colors = attrs.fHasColors ? fColors : nullptr; in onDraw()