OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrokeRectGM
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
strokerects.cpp
23
class
StrokeRectGM
: public GM {
25
StrokeRectGM
() {}
80
static GM* MyFactory(void*) { return new
StrokeRectGM
; }
strokerect.cpp
44
class
StrokeRectGM
: public skiagm::GM {
46
StrokeRectGM
() {}
112
DEF_GM(return new
StrokeRectGM
;)
Completed in 2616 milliseconds