Lines Matching refs:cropLeft
62 static Transform forCropFollowedByRotation(int cropLeft, int cropTop,
297 Transform Transform::forCropFollowedByRotation(int cropLeft, int cropTop, int cropRight, in forCropFollowedByRotation() argument
305 int cropXLow = min(cropLeft, cropRight); in forCropFollowedByRotation()
307 int cropXHigh = max(cropLeft, cropRight); in forCropFollowedByRotation()
520 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() argument
526 finalWidth = cropRight - cropLeft; in compress()
533 finalHeight = cropRight - cropLeft; in compress()
536 finalHeight = cropRight - cropLeft; in compress()
553 cropLeft, cropTop, cropRight, cropBottom, rot90); in compress()
556 cropLeft / 2, cropTop / 2, cropRight / 2, cropBottom / 2, rot90); in compress()
583 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in JpegEncoder_compressJpegFromYUV420p() argument
598 quality, cropLeft, cropTop, cropRight, cropBottom, rot90); in JpegEncoder_compressJpegFromYUV420p()