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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterFx.java 55 Bitmap fxBitmap, int fxw, int fxh,
88 int fxh = mFxBitmap.getHeight(); local
100 nativeApplyFilter(bitmap, w, h, mFxBitmap, fxw, fxh, start, end);
IconUtilities.java 66 int fxh = fxBitmap.getHeight();
69 nativeApplyFilter(bitmap, w, h, fxBitmap, fxw, fxh, start, end);

Completed in 160 milliseconds