Home | History | Annotate | Download | only in java

Lines Matching defs:xform

104     TJTransform xform = new TJTransform();
174 xform.options |= TJTransform.OPT_GRAY;
176 xform.op = TJTransform.OP_HFLIP;
178 xform.op = TJTransform.OP_VFLIP;
180 xform.op = TJTransform.OP_TRANSPOSE;
182 xform.op = TJTransform.OP_TRANSVERSE;
184 xform.op = TJTransform.OP_ROT90;
186 xform.op = TJTransform.OP_ROT180;
188 xform.op = TJTransform.OP_ROT270;
190 xform.cf = new TJExample();
207 xform.x = tempx;
208 xform.y = tempy;
209 xform.width = tempw;
210 xform.height = temph;
211 xform.options |= TJTransform.OPT_CROP;
256 if (xform.op != TJTransform.OP_NONE || xform.options != 0 ||
257 xform.cf != null) {
260 t[0] = xform;
276 (xform.op != TJTransform.OP_NONE || xform.options != 0) &&