Home
last modified time | relevance | path

Searched defs:cropRight (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DAspectRatio.java181 int cropRight = area.width(); in getLargestCenterCrop() local
187 int cropRight = cropLeft + cropWidth; in getLargestCenterCrop() local
DJpegUtilNative.java102 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/Launcher3/src/com/android/launcher3/
DBorderCropDrawable.java31 boolean cropTop, boolean cropRight, boolean cropBottom) { in BorderCropDrawable()
/packages/apps/Camera2/jni/
Djpegutil.cpp95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in ForCropFollowedByRotation()
319 int cropLeft, int cropTop, int cropRight, int cropBottom, in Compress()
Djpegutilnative.cpp84 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DCropView.java127 float cropRight = cropLeft + getWidth() / scale; in getCrop() local