Searched refs:fUseColors (Results 1 – 4 of 4) sorted by relevance
139 bool fUseColors; member in DrawAtlasDrawable143 : fProc(proc), fBounds(r), fUseColors(false) in DrawAtlasDrawable()171 fUseColors = !fUseColors; in toggleUseColors()182 if (fUseColors) { in onDraw()190 const SkColor* colorsPtr = fUseColors ? colors : nullptr; in onDraw()
26 , fUseColors(false) in DrawLitAtlasDrawable()41 fUseColors = !fUseColors; in toggleUseColors()91 if (fUseColors) { in onDraw()98 if (fUseColors) { in onDraw()114 const SkColor* colorsPtr = fUseColors ? colors : NULL; in onDraw()443 bool fUseColors; member in DrawLitAtlasDrawable