Searched defs:cropBottom (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/util/ |
D | AspectRatio.java | 179 int cropBottom = cropTop + cropHeight; in getLargestCenterCrop() local 189 int cropBottom = area.height(); in getLargestCenterCrop() local
|
D | JpegUtilNative.java | 102 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() 145 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in compressJpegFromYUV420p()
|
/packages/apps/Camera2/jni/ |
D | jpegutil.cpp | 95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in ForCropFollowedByRotation() 319 int cropLeft, int cropTop, int cropRight, int cropBottom, in Compress()
|
D | jpegutilnative.cpp | 84 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | CropView.java | 127 float cropBottom = cropTop + getHeight() / scale; in getCrop() local
|