Lines Matching refs:Transform
48 jpegutil::Transform::Transform(int orig_x, int orig_y, int one_x, int one_y) in Transform() function in jpegutil::Transform
94 jpegutil::Transform jpegutil::Transform::ForCropFollowedByRotation( in ForCropFollowedByRotation()
108 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1); in ForCropFollowedByRotation()
110 return Transform(cropXHigh, cropYLow, cropXLow - 1, cropYHigh + 1); in ForCropFollowedByRotation()
112 return Transform(cropXHigh, cropYHigh, cropXLow - 1, cropYLow - 1); in ForCropFollowedByRotation()
114 return Transform(cropXLow, cropYHigh, cropXHigh + 1, cropYLow - 1); in ForCropFollowedByRotation()
117 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1); in ForCropFollowedByRotation()
120 bool jpegutil::Transform::operator==(const Transform& other) const { in operator ==()
131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const { in Map()
351 Transform yTrans = Transform::ForCropFollowedByRotation( in Compress()
354 Transform chromaTrans = Transform::ForCropFollowedByRotation( in Compress()