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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java3816 private static double _matround(double matval) { method in class:AffineTransform
3829 + _matround(m00) + ", "
3830 + _matround(m01) + ", "
3831 + _matround(m02) + "], ["
3832 + _matround(m10) + ", "
3833 + _matround(m11) + ", "
3834 + _matround(m12) + "]]");

Completed in 51 milliseconds