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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontUtilities.java509 ttf.getDirectoryEntry(TrueTypeFont.GSUBTag) == null ||
510 ttf.getDirectoryEntry(TrueTypeFont.GPOSTag) != null;
H A DTrueTypeFont.java221 getDirectoryEntry(EBLCTag) != null ||
905 DirectoryEntry getDirectoryEntry(int tag) { method in class:TrueTypeFont
921 if (getDirectoryEntry(EBLCTag) == null) {

Completed in 163 milliseconds