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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImage.java256 if (Math.abs(coords[0] - coords[4]) < MAX_TX_ERROR &&
257 Math.abs(coords[3] - coords[5]) < MAX_TX_ERROR &&
794 private static final double MAX_TX_ERROR = .0001; field in class:DrawImage
797 return (Math.abs(d-i) < MAX_TX_ERROR);

Completed in 31 milliseconds