Searched refs:ImageBlurGM (Results 1 – 1 of 1) sorted by relevance
17 class ImageBlurGM : public GM { class19 ImageBlurGM(SkScalar sigmaX, SkScalar sigmaY, const char* suffix) in ImageBlurGM() function in skiagm::ImageBlurGM66 static GM* MyFactory1(void*) { return new ImageBlurGM(24.0f, 0.0f, ""); } in MyFactory1()69 static GM* MyFactory2(void*) { return new ImageBlurGM(80.0f, 80.0f, "_large"); } in MyFactory2()