Home
last modified time | relevance | path

Searched defs:crop (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterCropRepresentation.java37 public FilterCropRepresentation(RectF crop) { in FilterCropRepresentation()
67 FilterCropRepresentation crop = (FilterCropRepresentation) rep; in equals() local
85 public void setCrop(RectF crop) { in setCrop()
96 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/crop/
DCropActivity.java310 RectF crop = getBitmapCrop(photo); in startFinishOutput() local
488 Bitmap crop = null; in doInBackground() local
619 RectF crop = CropMath.getScaledCropBounds(cropBounds, photoBounds, imageBounds); in getCroppedImage() local
689 RectF crop = mCropView.getCrop(); in getBitmapCrop() local
DCropObject.java192 RectF crop = mBoundedRect.getInner(); in moveCurrentSelection() local
DCropView.java116 RectF crop = mCropObj.getInnerBounds(); in initialize() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java51 public RectF crop = FilterCropRepresentation.getNil(); field in GeometryMathUtils.GeometryHolder
305 RectF crop = getTrueCropRect(holder, width, height); in finalGeometryRect() local
314 RectF crop = getTrueCropRect(holder, width, height); in applyFullGeometryMatrix() local
406 RectF crop = new RectF(); in drawTransformedCropped() local
471 RectF crop = getTrueCropRect(holder, bitmapWidth, bitmapHeight); in getCropSelectionToScreenMatrix() local
DImageCrop.java88 public void setFilterCropRepresentation(FilterCropRepresentation crop) { in setFilterCropRepresentation()
98 private void internallyUpdateLocalRep(RectF crop, RectF image) { in internallyUpdateLocalRep()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DBitmapUtil.java131 public static Bitmap crop(final Bitmap src, final int w, final int h, in crop() method in BitmapUtil
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java338 RectF crop = getMaxCropRect( in cropImageAndSetWallpaper() local
664 Bitmap crop = null; local
DWallpaperPickerActivity.java245 RectF crop = WallpaperCropActivity.getMaxCropRect( in onClick() local
/packages/apps/Gallery2/jni/filters/
Dgeometry.c116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() function