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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java160 private int maxCompFont = 0; field in class:SunFontManager
647 compFonts[maxCompFont++] = cf;
869 int mcf = maxCompFont; /* for MT-safety */
2435 return physicalFonts.size()+maxCompFont;
2652 for (int i=0; i<maxCompFont; i++) {

Completed in 42 milliseconds