Home
last modified time | relevance | path

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

/external/skia/gm/
Dshapes.cpp90 class SimpleShapesGM : public ShapesGM { class
92 SimpleShapesGM(bool antialias) : INHERITED("simpleshapes", antialias) {} in SimpleShapesGM() function in skiagm::SimpleShapesGM
159 DEF_GM( return new SimpleShapesGM(true); )
160 DEF_GM( return new SimpleShapesGM(false); )