Home | History | Annotate | Download | only in jni

Lines Matching refs:Transform

48 jpegutil::Transform::Transform(int orig_x, int orig_y, int one_x, int one_y)
94 jpegutil::Transform jpegutil::Transform::ForCropFollowedByRotation(
96 // The input crop-region excludes cropRight and cropBottom, so transform the
108 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1);
110 return Transform(cropXHigh, cropYLow, cropXLow - 1, cropYHigh + 1);
112 return Transform(cropXHigh, cropYHigh, cropXLow - 1, cropYLow - 1);
114 return Transform(cropXLow, cropYHigh, cropXHigh + 1, cropYLow - 1);
117 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1);
120 bool jpegutil::Transform::operator==(const Transform& other) const {
131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const {
351 Transform yTrans = Transform::ForCropFollowedByRotation(
354 Transform chromaTrans = Transform::ForCropFollowedByRotation(