Home
last modified time | relevance | path

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

/external/skia/gm/
Dconvex_all_line_paths.cpp161 ConvexLineOnlyPathsGM(bool doStrokeAndFill) : fDoStrokeAndFill(doStrokeAndFill) { in ConvexLineOnlyPathsGM()
167 if (fDoStrokeAndFill) { in onShortName()
269 if (fDoStrokeAndFill) { in drawPath()
276 if (fDoStrokeAndFill) { in drawPath()
293 if (fDoStrokeAndFill) { in drawPath()
311 if (fDoStrokeAndFill) { in onDraw()
326 if (fDoStrokeAndFill) { in onDraw()
348 bool fDoStrokeAndFill; member in skiagm::ConvexLineOnlyPathsGM