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

/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32FontManager.java100 registerJREFontsWithPlatform(jreFontDirName);
147 String tmpFontPath = jreFontDirName+File.pathSeparator+fontPath;
155 boolean isJREFont = newPath.equals(jreFontDirName);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontUtilities.java123 String jreFontDirName =
125 File lucidaFile = new File(jreFontDirName + File.separator
H A DSunFontManager.java196 public static String jreFontDirName; field in class:SunFontManager
354 jreFontDirName = jreLibDirName + File.separator + "fonts";
356 new File(jreFontDirName + File.separator + FontUtilities.LUCIDA_FILE_NAME);
379 new File(jreFontDirName + File.separator +
422 registerFontDir(jreFontDirName);
424 registerFontsInDir(jreFontDirName, true, Font2D.JRE_RANK,
484 logger.info("JRE font directory: " + jreFontDirName);
830 if (oldFont.platName.startsWith(jreFontDirName)) {
959 fileName = jreFontDirName + File.separator + fileName;
994 !dir.equals(jreFontDirName) ||
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java214 return SunFontManager.jreFontDirName

Completed in 36 milliseconds