Home
last modified time | relevance | path

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

/external/skia/gm/
Dconvex_all_line_paths.cpp159 class ConvexLineOnlyPathsGM : public GM { class
161 ConvexLineOnlyPathsGM(bool doStrokeAndFill) : fDoStrokeAndFill(doStrokeAndFill) { in ConvexLineOnlyPathsGM() function in skiagm::ConvexLineOnlyPathsGM
519 DEF_GM(return new ConvexLineOnlyPathsGM(false);)
520 DEF_GM(return new ConvexLineOnlyPathsGM(true);)