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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c237 #define MAX_QUAD_SIZE 1024 macro
562 * less than MAX_QUAD_SIZE by using forward differencing method of calculation.
727 if (xMax - xMin > MAX_QUAD_SIZE || yMax - yMin > MAX_QUAD_SIZE) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java233 private static final int MAX_QUAD_SIZE = 1024; field in class:ProcessPath
664 * sizes less than MAX_QUAD_SIZE by using forward differencing method of
825 if (xMax - xMin > MAX_QUAD_SIZE || yMax - yMin > MAX_QUAD_SIZE) {

Completed in 2379 milliseconds