Home
last modified time | relevance | path

Searched refs:ImageBlurGM (Results 1 – 1 of 1) sorted by relevance

/external/skia/gm/
Dimageblur.cpp17 class ImageBlurGM : public GM { class
19 ImageBlurGM(SkScalar sigmaX, SkScalar sigmaY, const char* suffix) in ImageBlurGM() function in skiagm::ImageBlurGM
66 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()