Searched refs:MyFactory2 (Results 1 – 3 of 3) sorted by relevance
69 static GM* MyFactory2(void*) { return new ImageBlurGM(80.0f, 80.0f, "_large"); } in MyFactory2() function70 static GMRegistry reg2(MyFactory2);
281 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); } in MyFactory2() function291 static skiagm::GMRegistry reg2(MyFactory2);
369 static GM* MyFactory2(void*) { return new ConicalGradientsGM(kOutside_GradCaseType); } in MyFactory2() function370 static GMRegistry reg2(MyFactory2);