Searched defs:crop (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterCropRepresentation.java | 37 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/ |
D | CropActivity.java | 310 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
|
D | CropObject.java | 192 RectF crop = mBoundedRect.getInner(); in moveCurrentSelection() local
|
D | CropView.java | 116 RectF crop = mCropObj.getInnerBounds(); in initialize() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 51 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
|
D | ImageCrop.java | 88 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/ |
D | BitmapUtil.java | 131 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/ |
D | WallpaperCropActivity.java | 338 RectF crop = getMaxCropRect( in cropImageAndSetWallpaper() local 664 Bitmap crop = null; local
|
D | WallpaperPickerActivity.java | 245 RectF crop = WallpaperCropActivity.getMaxCropRect( in onClick() local
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() function
|