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/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java103 Rect crop = new Rect(); in shareImage() local
134 Rect crop, Intent intent, String tag) { in startShareActivity()
150 Rect crop, Intent intent, String tag, View sharedElement) { in startShareActivity()
166 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity()
177 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity()
201 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity()
232 public static Uri getImageUri(Bitmap bitmap, Rect crop, Context context, String tag) { in getImageUri()
258 public static Bitmap cropBitmap(Bitmap bitmap, Rect crop) { in cropBitmap()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DImageActionsApi.java66 public void shareWithExplicitIntent(@Nullable Rect crop, Intent intent) { in shareWithExplicitIntent()
76 public void shareAsDataWithExplicitIntent(@Nullable Rect crop, Intent intent, in shareAsDataWithExplicitIntent()
81 private void addImageAndSendIntent(@Nullable Rect crop, Intent intent, boolean setData, in addImageAndSendIntent()
107 public void startShareActivity(Rect crop) { in startShareActivity()
/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.java88 Rect crop, int degrees) { in compressJpegFromYUV420Image()
DTaskJpegEncode.java189 public byte[] decompressCropAndRecompressJpegData(final byte[] jpegData, Rect crop, in decompressCropAndRecompressJpegData()
/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/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/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/Camera2/src/com/android/camera/util/
DJpegUtilNative.java211 Rect crop, int degrees) { in compressJpegFromYUV420Image()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java403 Point crop = new Point(cropWidth, cropHeight); in setDefaultWallpaperZoomAndScroll() local
/packages/apps/Gallery2/jni/filters/
Dgeometry.c118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i… in crop() function
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DFullWallpaperPreviewBinder.kt272 fullResImageView.setOnNewCropListener { crop, zoom -> in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java677 Rect crop = new Rect(); in getOpeningWindowAnimators() local