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

/openjdk7/jdk/make/sun/font/t2k/
H A DMakefile54 sun/font/FileFont.java \
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFont.java43 public abstract class FileFont extends PhysicalFont { class in inherits:PhysicalFont
59 // In fact why increase the size of a FileFont object if the stream
71 * lookup when a FileFont needs to get the charcode back from a glyph
85 FileFont(String platname, Object nativeNames) method in class:FileFont
165 * because the cache is on this FileFont
H A DType1Font.java76 * of FileFont.
78 public class Type1Font extends FileFont {
H A DFileFontStrike.java49 private FileFont fileFont;
123 FileFontStrike(FileFont fileFont, FontStrikeDesc desc) {
H A DSunFontManager.java147 protected FileFont fontFileCache[] = new FileFont[CHANNELPOOLSIZE];
2454 FileFont font2D = null;
3874 void addToPool(FileFont font) {
3876 FileFont fontFileToClose = null;
H A DTrueTypeFont.java63 public class TrueTypeFont extends FileFont {
/openjdk7/jdk/make/sun/font/
H A DMakefile63 sun/font/FileFont.java \
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java182 FileFont.setFileToRemove(font2D, fontFile, tracker);

Completed in 51 milliseconds