Lines Matching refs:rot90
95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in ForCropFollowedByRotation() argument
106 rot90 %= 4; in ForCropFollowedByRotation()
107 if (rot90 == 0) { in ForCropFollowedByRotation()
109 } else if (rot90 == 1) { in ForCropFollowedByRotation()
111 } else if (rot90 == 2) { in ForCropFollowedByRotation()
113 } else if (rot90 == 3) { in ForCropFollowedByRotation()
322 int rot90) { in Compress() argument
328 rot90 %= 4; in Compress()
330 if (rot90 == 1) { in Compress()
333 } else if (rot90 == 3) { in Compress()
352 cropLeft, cropTop, cropRight, cropBottom, rot90); in Compress()
355 cropLeft / 2, cropTop / 2, cropRight / 2, cropBottom / 2, rot90); in Compress()