Searched defs:getGlyphCode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DNullFontScaler.java86 int getGlyphCode(char charCode) throws FontScalerException { method in class:NullFontScaler
H A DFontScaler.java207 abstract int getGlyphCode(char charCode) throws FontScalerException; method in class:FontScaler
H A DFreetypeFontScaler.java191 synchronized int getGlyphCode(char charCode) throws FontScalerException { method in class:FreetypeFontScaler
195 return FontScaler.getNullScaler().getGlyphCode(charCode);
H A DType1Font.java669 public int getGlyphCode(char charCode) { method in class:Type1Font
671 return getScaler().getGlyphCode(charCode);
674 return getGlyphCode(charCode);
H A DStandardGlyphVector.java309 public int getGlyphCode(int glyphIndex) { method in class:StandardGlyphVector
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java165 public abstract int getGlyphCode(int glyphIndex); method in class:GlyphVector

Completed in 40 milliseconds