Searched refs:MyFactory1 (Results 1 – 4 of 4) sorted by relevance
66 static GM* MyFactory1(void*) { return new ImageBlurGM(24.0f, 0.0f, ""); } in MyFactory1() function67 static GMRegistry reg1(MyFactory1);
76 static GM* MyFactory1(void*) { return new ImageBlurTiledGM(3.0f, 3.0f); } in MyFactory1() function77 static GMRegistry reg1(MyFactory1);
279 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); } in MyFactory1() function289 static skiagm::GMRegistry reg1(MyFactory1);
366 static GM* MyFactory1(void*) { return new ConicalGradientsGM(kInside_GradCaseType); } in MyFactory1() function367 static GMRegistry reg1(MyFactory1);