/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/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ImageActionUtils.java | 104 Rect crop = new Rect(); in shareImage() local 135 Rect crop, Intent intent, String tag) { in startShareActivity() 151 Rect crop, Intent intent, String tag, View sharedElement) { in startShareActivity() 167 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 178 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 202 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 233 public static Uri getImageUri(Bitmap bitmap, Rect crop, Context context, String tag) { in getImageUri() 259 public static Bitmap cropBitmap(Bitmap bitmap, Rect crop) { in cropBitmap()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | ImageActionsApi.java | 66 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/ |
D | ImageToProcess.java | 34 public final Rect crop; field in ImageToProcess 46 ListenableFuture<TotalCaptureResultProxy> metadata, Rect crop) { in ImageToProcess()
|
D | TaskImageContainer.java | 79 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()
|
D | TaskConvertImageToRGBPreview.java | 228 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()
|
D | TaskCompressImageToJpeg.java | 88 Rect crop, int degrees) { in compressJpegFromYUV420Image()
|
D | TaskJpegEncode.java | 189 public byte[] decompressCropAndRecompressJpegData(final byte[] jpegData, Rect crop, in decompressCropAndRecompressJpegData()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | FullWallpaperPreviewBinder.kt | 244 val crop = view.getCropRect() in <lambda>() constant 277 val crop = view.getCropRect() in <lambda>() constant 360 { crop, zoom -> in <lambda>() method 411 fullResImageView.setOnNewCropListener { crop, zoom -> in <lambda>() method
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | YuvImageBackendImageSaver.java | 180 ImageBackend imageBackend, Rect crop) { in YuvImageBackendImageSaver() 198 ImageBackend imageBackend, Rect crop, Executor executor) { in YuvImageBackendImageSaver()
|
D | JpegImageBackendImageSaver.java | 172 ImageBackend imageBackend, Rect crop) { in JpegImageBackendImageSaver() 189 ImageBackend imageBackend, Executor executor, Rect crop) { in JpegImageBackendImageSaver()
|
/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/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/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarDisplayAreaTransactionHelper.java | 68 CarDisplayAreaTransactionHelper crop( in crop() method in CarDisplayAreaTransactionHelper
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | JpegUtilNative.java | 211 Rect crop, int degrees) { in compressJpegFromYUV420Image()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ImagePreviewFragment.java | 403 Point crop = new Point(cropWidth, cropHeight); in setDefaultWallpaperZoomAndScroll() local
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i… in crop() function
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 731 Rect crop = new Rect(); in getOpeningWindowAnimators() local
|