Searched defs:loadScaledResourceAlpha (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java184 public Allocation loadScaledResourceAlpha(int resource, int inSampleSize) { method in class:ImageFilterRS
196 public Allocation loadScaledResourceAlpha(int resource, int w, int h, int inSampleSize) { method in class:ImageFilterRS
211 return loadScaledResourceAlpha(resource, 1);

Completed in 302 milliseconds