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

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java77 /* xFontDirsMap is also a map from a font ID to a font filepath.
91 private static Map xFontDirsMap; field in class:X11FontManager
99 * - looking up font dirs in the xFontDirsMap where the key is a fontID
388 if (xFontDirsMap == null) {
389 xFontDirsMap = new HashMap();
391 xFontDirsMap.put(fontID, path);
446 * xFontDirsMap is a special case in that the implementation
449 xFontDirsMap = null;
680 // xFontDirsMap (it will be null). In this case the awtfontpath entries
686 if (xFontDirsMap !
[all...]

Completed in 24 milliseconds