Home
last modified time | relevance | path

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

/external/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()
/external/skqp/samplecode/
DSampleAtlas.cpp139 bool fUseColors; member in DrawAtlasDrawable
143 : 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()
DSampleLitAtlas.cpp26 , 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