OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleShapesGM
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
shapes.cpp
88
class
SimpleShapesGM
: public ShapesGM {
90
SimpleShapesGM
(bool antialias) : INHERITED("simpleshapes", antialias) {}
157
DEF_GM( return new
SimpleShapesGM
(true); )
158
DEF_GM( return new
SimpleShapesGM
(false); )
/external/skqp/gm/
shapes.cpp
88
class
SimpleShapesGM
: public ShapesGM {
90
SimpleShapesGM
(bool antialias) : INHERITED("simpleshapes", antialias) {}
157
DEF_GM( return new
SimpleShapesGM
(true); )
158
DEF_GM( return new
SimpleShapesGM
(false); )
Completed in 256 milliseconds