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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java197 for (int i=0;i<CHANNELPOOLSIZE;i++) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java146 protected static final int CHANNELPOOLSIZE = 20; field in class:SunFontManager
147 protected FileFont fontFileCache[] = new FileFont[CHANNELPOOLSIZE];
2499 for (int i=0;i<CHANNELPOOLSIZE;i++) {
3887 for (int i=0;i<CHANNELPOOLSIZE;i++) {
3905 lastPoolIndex = (lastPoolIndex+1) % CHANNELPOOLSIZE;

Completed in 41 milliseconds