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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java2062 private ConcurrentHashMap<String, Font2D> fontNameCache = field in class:SunFontManager
2093 font = fontNameCache.get(mapName);
2143 fontNameCache.put(mapName, font);
2166 fontNameCache.put(mapName, font);
2180 fontNameCache.put(mapName, familyFont);
2198 fontNameCache.put(mapName, familyFont);
2215 fontNameCache.put(mapName, font);
2225 fontNameCache.put(mapName, font);
2237 fontNameCache.put(mapName, font);
2257 fontNameCache
[all...]

Completed in 36 milliseconds