Searched refs:APPLY_SHEAR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java319 * @see #APPLY_SHEAR
330 * @see #APPLY_SHEAR
339 * this transform. If the APPLY_SHEAR bit is also set then it
341 * APPLY_SHEAR bit is not also set then it indicates that the
342 * scaling components are not both 1.0. If neither the APPLY_SHEAR
349 * @see #APPLY_SHEAR
366 static final int APPLY_SHEAR = 4; field in class:AffineTransform
381 private static final int HI_SHEAR = APPLY_SHEAR << HI_SHIFT;
437 * @see #APPLY_SHEAR
888 case (APPLY_SHEAR | APPLY_SCAL
[all...]

Completed in 38 milliseconds