Lines Matching refs:skiagm
37 class StrokesGM : public skiagm::GM {
77 typedef skiagm::GM INHERITED;
80 class Strokes2GM : public skiagm::GM {
135 typedef skiagm::GM INHERITED;
146 class Strokes3GM : public skiagm::GM {
239 typedef skiagm::GM INHERITED;
244 static skiagm::GM* F0(void*) { return new StrokesGM; }
245 static skiagm::GM* F1(void*) { return new Strokes2GM; }
246 static skiagm::GM* F2(void*) { return new Strokes3GM; }
248 static skiagm::GMRegistry R0(F0);
249 static skiagm::GMRegistry R1(F1);
250 static skiagm::GMRegistry R2(F2);