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

  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 40 // gaussianBlur() and related methods are borrowed from
70 // The bitmap we pass to gaussianBlur() needs to have a width
78 bitmap = gaussianBlur(bitmap);
92 public static Bitmap gaussianBlur(Bitmap source) {
95 if (DBG) log("gaussianBlur(): input: " + width + " x " + height);
  /external/skia/src/gpu/
SkGpuDevice.cpp 774 static GrTexture* gaussianBlur(GrContext* context, GrTexture* srcTexture,
    [all...]

Completed in 602 milliseconds