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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java541 private static final int TEXTARRSIZE = 17; field in class:SunGraphics2D
542 private static double[][] textTxArr = new double[TEXTARRSIZE][];
544 new AffineTransform[TEXTARRSIZE];
547 for (int i=MINALLOCATED;i<TEXTARRSIZE;i++) {
617 pszInt >= MINALLOCATED && pszInt < TEXTARRSIZE) {

Completed in 37 milliseconds