Home
last modified time | relevance | path

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

/external/skia/gm/
Dcomplexclip.cpp24 , fInvertDraw(invertDraw) { in ComplexClipGM()
36 fInvertDraw ? "_invert" : ""); in onShortName()
58 if (fInvertDraw) { in onDraw()
138 if (fInvertDraw) { in onDraw()
195 bool fInvertDraw; member in skiagm::ComplexClipGM