Lines Matching refs:skiagm
31 class DrawBitmapRect2 : public skiagm::GM {
86 typedef skiagm::GM INHERITED;
120 class DrawBitmapRect3 : public skiagm::GM {
149 typedef skiagm::GM INHERITED;
176 class DrawBitmapRect4 : public skiagm::GM {
229 typedef skiagm::GM INHERITED;
232 class BitmapRectRounding : public skiagm::GM {
272 typedef skiagm::GM INHERITED;
278 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
279 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); } in MyFactory1()
281 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); } in MyFactory2()
284 static skiagm::GM* MyFactory3(void*) { return new DrawBitmapRect4(false); } in MyFactory3()
285 static skiagm::GM* MyFactory4(void*) { return new DrawBitmapRect4(true); } in MyFactory4()
288 static skiagm::GMRegistry reg0(MyFactory0);
289 static skiagm::GMRegistry reg1(MyFactory1);
291 static skiagm::GMRegistry reg2(MyFactory2);
294 static skiagm::GMRegistry reg3(MyFactory3);
295 static skiagm::GMRegistry reg4(MyFactory4);