HomeSort by relevance Sort by last modified time
    Searched refs:ImageBlurGM (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/gm/
imageblur.cpp 17 class ImageBlurGM : public GM {
19 ImageBlurGM(SkScalar sigmaX, SkScalar sigmaY, const char* suffix)
69 static GM* MyFactory1(void*) { return new ImageBlurGM(24.0f, 0.0f, ""); }
72 static GM* MyFactory2(void*) { return new ImageBlurGM(80.0f, 80.0f, "_large"); }
  /external/skia/gm/
imageblur.cpp 17 class ImageBlurGM : public GM {
19 ImageBlurGM(SkScalar sigmaX, SkScalar sigmaY, const char* suffix)
68 static GM* MyFactory1(void*) { return new ImageBlurGM(24.0f, 0.0f, ""); }
71 static GM* MyFactory2(void*) { return new ImageBlurGM(80.0f, 80.0f, "_large"); }

Completed in 45 milliseconds