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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesCache.java59 private static final int INIT_ROW_SIZE = 8; // enough for 3 run lengths field in class:PiscesCache
71 rowAARLE = new int[bboxY1 - bboxY0 + 1][INIT_ROW_SIZE];

Completed in 2662 milliseconds