Searched refs:fUseColors (Results 1 – 2 of 2) sorted by relevance
138 bool fUseColors; member in DrawAtlasDrawable142 : fProc(proc), fBounds(r), fUseColors(false) in DrawAtlasDrawable()170 fUseColors = !fUseColors; in toggleUseColors()181 if (fUseColors) { in onDraw()189 const SkColor* colorsPtr = fUseColors ? colors : nullptr; in onDraw()
26 , fUseColors(false) in DrawLitAtlasDrawable()41 fUseColors = !fUseColors; in toggleUseColors()90 if (fUseColors) { in onDraw()97 if (fUseColors) { in onDraw()113 const SkColor* colorsPtr = fUseColors ? colors : NULL; in onDraw()445 bool fUseColors; member in DrawLitAtlasDrawable