Home
last modified time | relevance | path

Searched refs:fUseColors (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleAtlas.cpp138 bool fUseColors; member in DrawAtlasDrawable
142 : 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()
DSampleLitAtlas.cpp25 , fUseColors(false) in DrawLitAtlasDrawable()
40 fUseColors = !fUseColors; in toggleUseColors()
91 if (fUseColors) { in onDraw()
98 if (fUseColors) { in onDraw()
114 const SkColor* colorsPtr = fUseColors ? colors : NULL; in onDraw()
437 bool fUseColors; member in DrawLitAtlasDrawable
/third_party/skia/samplecode/
DSampleAtlas.cpp141 bool fUseColors; member in DrawAtlasDrawable
145 : fProc(proc), fBounds(r), fUseColors(false) in DrawAtlasDrawable()
173 fUseColors = !fUseColors; in toggleUseColors()
184 if (fUseColors) { in onDraw()
192 const SkColor* colorsPtr = fUseColors ? colors : nullptr; in onDraw()