OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guaranteedSafeCrop
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java
64
Rect safeCrop =
guaranteedSafeCrop
(img.proxy, img.crop);
TaskImageContainer.java
225
public Rect
guaranteedSafeCrop
(ImageProxy image, @Nullable Rect crop) {
226
return
guaranteedSafeCrop
(image.getWidth(), image.getHeight(), crop);
244
public Rect
guaranteedSafeCrop
(int width, int height, @Nullable Rect crop) {
TaskChainedCompressImageToJpeg.java
52
Rect safeCrop =
guaranteedSafeCrop
(img.proxy, img.crop);
TaskCompressImageToJpeg.java
188
safeCrop =
guaranteedSafeCrop
(img.proxy,
194
safeCrop =
guaranteedSafeCrop
(imageWidth, imageHeight,
237
safeCrop =
guaranteedSafeCrop
(img.proxy, img.crop);
TaskConvertImageToRGBPreview.java
229
crop =
guaranteedSafeCrop
(img, crop);
542
crop =
guaranteedSafeCrop
(img, crop);
[
all
...]
Completed in 44 milliseconds