Home
last modified time | relevance | path

Searched defs:crop (Results 1 – 20 of 20) 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/Camera2/src/com/android/camera/processing/imagebackend/
DImageToProcess.java34 public final Rect crop; field in ImageToProcess
46 ListenableFuture<TotalCaptureResultProxy> metadata, Rect crop) { in ImageToProcess()
DTaskImageContainer.java79 int aFormat, Rect crop) { in TaskImage()
225 public Rect guaranteedSafeCrop(ImageProxy image, @Nullable Rect crop) { in guaranteedSafeCrop()
244 public Rect guaranteedSafeCrop(int width, int height, @Nullable Rect crop) { in guaranteedSafeCrop()
274 public boolean requiresCropOperation(ImageProxy image, @Nullable Rect crop) { in requiresCropOperation()
DTaskConvertImageToRGBPreview.java228 protected int[] colorInscribedDataCircleFromYuvImage(ImageProxy img, Rect crop, int subsample) { in colorInscribedDataCircleFromYuvImage()
540 protected int[] colorSubSampleFromYuvImage(ImageProxy img, Rect crop, int subsample, in colorSubSampleFromYuvImage()
847 protected int[] runSelectedConversion(ImageProxy img, Rect crop, int subsample) { in runSelectedConversion()
DTaskCompressImageToJpeg.java86 Rect crop, int degrees) { in compressJpegFromYUV420Image()
DTaskJpegEncode.java189 public byte[] decompressCropAndRecompressJpegData(final byte[] jpegData, Rect crop, in decompressCropAndRecompressJpegData()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java280 RectF crop = Utils.getMaxCropRect(src.getImageWidth(), src.getImageHeight(), in onLoadRequestComplete() local
283 mCropView.setParallaxOffset(req.scaleAndOffsetProvider.getParallaxOffset(), crop); in onLoadRequestComplete() local
340 RectF crop = Utils.getMaxCropRect( in cropImageAndSetWallpaper() local
DCropView.java196 public void setParallaxOffset(float offset, RectF crop) { in setParallaxOffset()
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
DYuvImageBackendImageSaver.java180 ImageBackend imageBackend, Rect crop) { in YuvImageBackendImageSaver()
198 ImageBackend imageBackend, Rect crop, Executor executor) { in YuvImageBackendImageSaver()
DJpegImageBackendImageSaver.java172 ImageBackend imageBackend, Rect crop) { in JpegImageBackendImageSaver()
189 ImageBackend imageBackend, Executor executor, Rect crop) { in JpegImageBackendImageSaver()
/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/WallpaperPicker/src/com/android/wallpaperpicker/common/
DCropAndSetWallpaperTask.java72 Bitmap crop = mStreamProvider.readCroppedBitmap( in cropBitmap() local
DInputStreamProvider.java117 Bitmap crop = null; in readCroppedBitmap() local
/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/Camera2/src/com/android/camera/util/
DJpegUtilNative.java211 Rect crop, int degrees) { in compressJpegFromYUV420Image()
/packages/apps/Gallery2/jni/filters/
Dgeometry.c116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() function