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

/openjdk9/jdk/src/java.desktop/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.java208 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 DExtendedTextSourceLabel.java649 " v: " + gv.getGlyphCode(i) +
H A DStandardGlyphVector.java309 public int getGlyphCode(int glyphIndex) { method in class:StandardGlyphVector
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java165 public abstract int getGlyphCode(int glyphIndex); method in class:GlyphVector

Completed in 117 milliseconds