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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java198 if (fontFileCache[i] != null) {
200 fontFileCache[i].close();
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java147 protected FileFont fontFileCache[] = new FileFont[CHANNELPOOLSIZE]; field in class:SunFontManager
2500 if (fontFileCache[i] != null) {
2502 fontFileCache[i].close();
3879 synchronized (fontFileCache) {
3888 if (fontFileCache[i] == font) {
3891 if (fontFileCache[i] == null && freeSlot < 0) {
3896 fontFileCache[freeSlot] = font;
3900 fontFileToClose = fontFileCache[lastPoolIndex];
3901 fontFileCache[lastPoolIndex] = font;

Completed in 40 milliseconds