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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java99 // or the fullNameToFont table since they are covers for
116 fullNameToFont.put(fontName.toLowerCase(Locale.ENGLISH), f);
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java175 fullNameToFont = new ConcurrentHashMap<String, Font2D>(); field in class:SunFontManager
702 fullNameToFont.put(f.fullName.toLowerCase(Locale.ENGLISH), f);
769 fullNameToFont.put(fontName.toLowerCase(Locale.ENGLISH), f);
850 fullNameToFont.put(fontName.toLowerCase(Locale.ENGLISH),
2151 font = fullNameToFont.get(lowerCaseName);
2628 fullNameToFont.remove(oldFont.fullName.toLowerCase(Locale.ENGLISH));

Completed in 41 milliseconds