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

/frameworks/base/awt/java/awt/
H A DGraphics2D.java405 * Performs a shear transform relative to current Graphics2D Transform. The
416 public abstract void shear(double shx, double shy); method in class:Graphics2D
/frameworks/base/awt/java/awt/geom/
H A DAffineTransform.java33 * scaling, or shear) followed by a translation that acts on a coordinate space.
370 * Gets the shear x entry of the transformation matrix (the upper right
373 * @return the shear x value.
380 * Gets the shear y entry of the transformation matrix (the lower left entry
383 * @return the shear y value.
520 * shear, and translation elements. Sets the type to
541 * Sets the transformation to being a shear alone, eliminating rotation,
645 * Creates a new AffineTransformation that is a shear alone. The new
728 public void shear(double shx, double shy) { method in class:AffineTransform
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java895 public void shear(double shx, double shy) { method in class:CommonGraphics2D
896 transform.shear(shx, shy);
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java700 public void shear(double shx, double shy) { method in class:AndroidGraphics2D

Completed in 10 milliseconds