Searched refs:cropBottom (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/jni/ |
D | jpegutil.cpp | 95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in ForCropFollowedByRotation() argument 100 cropBottom -= 1; in ForCropFollowedByRotation() 103 int cropYLow = min(cropTop, cropBottom); in ForCropFollowedByRotation() 105 int cropYHigh = max(cropTop, cropBottom); in ForCropFollowedByRotation() 319 int cropLeft, int cropTop, int cropRight, int cropBottom, in Compress() argument 326 finalHeight = cropBottom - cropTop; in Compress() 331 finalWidth = cropBottom - cropTop; in Compress() 334 finalWidth = cropBottom - cropTop; in Compress() 352 cropLeft, cropTop, cropRight, cropBottom, rot90); in Compress() 355 cropLeft / 2, cropTop / 2, cropRight / 2, cropBottom / 2, rot90); in Compress()
|
D | jpegutilnative.cpp | 84 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative() argument 99 cropLeft, cropTop, cropRight, cropBottom, // in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
|
D | jpegutil.h | 52 int cropRight, int cropBottom, 167 int cropLeft, int cropTop, int cropRight, int cropBottom,
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | AspectRatio.java | 179 int cropBottom = cropTop + cropHeight; in getLargestCenterCrop() local 182 return new Rect(cropLeft, cropTop, cropRight, cropBottom); in getLargestCenterCrop() 189 int cropBottom = area.height(); in getLargestCenterCrop() local 190 return new Rect(cropLeft, cropTop, cropRight, cropBottom); in getLargestCenterCrop()
|
D | JpegUtilNative.java | 102 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() argument 145 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in compressJpegFromYUV420p() argument 157 cropLeft, cropTop, cropRight, cropBottom, rot90)); in compressJpegFromYUV420p() 160 quality, cropLeft, cropTop, cropRight, cropBottom, rot90); in compressJpegFromYUV420p()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | CropView.java | 127 float cropBottom = cropTop + getHeight() / scale; in getCrop() local 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|