Lines Matching refs:Transform
31 class Transform;
47 class Transform {
49 Transform(int orig_x, int orig_y, int one_x, int one_y);
51 static Transform ForCropFollowedByRotation(int cropLeft, int cropTop,
59 bool operator==(const Transform& other) const;
109 * transform.
112 * @param transform the transformation to map output values into the
115 * longer than the width of the output (after applying the transform), then
118 inline RowIterator(Plane plane, Transform transform, int row_length);
132 Transform transform_;
173 jpegutil::RowIterator<ROWS>::RowIterator(Plane plane, Transform transform,
175 : plane_(plane), transform_(transform) {
203 // current Transform.