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

/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java874 return extractRotation(new Point2D.Double(1, 0), tx, andTranslation);
879 return extractRotation(new Point2D.Double(0, 1), tx, andTranslation);
882 private static AffineTransform extractRotation(Point2D.Double pt, method in class:AttributeValues

Completed in 32 milliseconds