Lines Matching refs:xFontDirsMap
77 /* xFontDirsMap is also a map from a font ID to a font filepath.
91 private static Map xFontDirsMap;
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 != null) {
688 String dirName = (String)xFontDirsMap.get(fontID);