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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java185 if (tmpFontFiles == null) {
186 tmpFontFiles = new Vector<File>();
188 tmpFontFiles.add(fontFile);
204 if (tmpFontFiles != null) {
205 File[] files = new File[tmpFontFiles.size()];
206 files = tmpFontFiles.toArray(files);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFont.java278 SunFontManager.getInstance().tmpFontFiles.remove(fontFile);
H A DSunFontManager.java2447 Vector<File> tmpFontFiles = null; field in class:SunFontManager
2487 if (tmpFontFiles == null) {
2488 tmpFontFiles = new Vector<File>();
2490 tmpFontFiles.add(fontFile);
2507 if (tmpFontFiles != null) {
2508 File[] files = new File[tmpFontFiles.size()];
2509 files = tmpFontFiles.toArray(files);

Completed in 41 milliseconds