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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c232 #define MAX_CUB_SIZE 256 macro
881 * than MAX_CUB_SIZE by using forward differencing method of calculation.
1215 if (xMax - xMin > MAX_CUB_SIZE || yMax - yMin > MAX_CUB_SIZE) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java228 private static final int MAX_CUB_SIZE = 256; field in class:ProcessPath
984 * less than MAX_CUB_SIZE by using forward differencing method of
1185 if (xMax - xMin > MAX_CUB_SIZE || yMax - yMin > MAX_CUB_SIZE) {

Completed in 40 milliseconds