Home
last modified time | relevance | path

Searched defs:bitmapHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterCropRepresentation.java96 public static void findScaledCrop(RectF crop, int bitmapWidth, int bitmapHeight) { in findScaledCrop()
107 public static void findNormalizedCrop(RectF crop, int bitmapWidth, int bitmapHeight) { in findNormalizedCrop()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java430 int bitmapHeight) { in getFullGeometryMatrix()
441 int bitmapHeight, int viewWidth, int viewHeight) { in getFullGeometryToScreenMatrix()
457 public static RectF getTrueCropRect(GeometryHolder holder, int bitmapWidth, int bitmapHeight) { in getTrueCropRect()
469 int bitmapWidth, int bitmapHeight, int viewWidth, int viewHeight) { in getCropSelectionToScreenMatrix()
484 Collection<FilterRepresentation> res, int bitmapWidth, int bitmapHeight, int viewWidth, in getCropSelectionToScreenMatrix()
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java374 int bitmapHeight = (height*2) + ((mParentSize - height)/2); in combine() local