Searched refs:getGlyphCode (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DType1GlyphMapper.java73 return scaler.getGlyphCode(ch) != missingGlyph;
82 return scaler.getGlyphCode(ch);
94 return scaler.getGlyphCode((char)ch);
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 45 milliseconds