Lines Matching refs:cropTop
62 static Transform forCropFollowedByRotation(int cropLeft, int cropTop,
297 Transform Transform::forCropFollowedByRotation(int cropLeft, int cropTop, int cropRight, in forCropFollowedByRotation() argument
306 int cropYLow = min(cropTop, cropBottom); in forCropFollowedByRotation()
308 int cropYHigh = max(cropTop, cropBottom); in forCropFollowedByRotation()
520 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() argument
527 finalHeight = cropBottom - cropTop; in compress()
532 finalWidth = cropBottom - cropTop; in compress()
535 finalWidth = cropBottom - cropTop; 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()