Searched refs:MyFactory2 (Results 1 – 8 of 8) sorted by relevance
71 static GM* MyFactory2(void*) { return new ImageBlurGM(80.0f, 80.0f, "_large"); } in MyFactory2() function72 static GMRegistry reg2(MyFactory2);
234 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); } in MyFactory2() function244 static skiagm::GMRegistry reg2(MyFactory2);
450 static GM* MyFactory2(void*) { return new GradientsDegenrate2PointGM; } in MyFactory2() function451 static GMRegistry reg2(MyFactory2);
376 static GM* MyFactory2(void*) { return new ConicalGradientsGM(kOutside_GradCaseType); } in MyFactory2() function377 static GMRegistry reg2(MyFactory2);