Searched refs:scale1 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterBorder.java54 public Bitmap applyHelper(Bitmap bitmap, float scale1, float scale2 ) { argument
57 Rect bounds = new Rect(0, 0, (int) (w * scale1), (int) (h * scale1));
72 float scale1 = 1 / scale2;
73 return applyHelper(bitmap, scale1, scale2);

Completed in 106 milliseconds