Searched defs:charCode (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DTrueTypeGlyphMapper.java75 private char getGlyphFromCMAP(int charCode) { argument
H A DNullFontScaler.java86 int getGlyphCode(char charCode) throws FontScalerException { argument
H A DFontScaler.java208 abstract int getGlyphCode(char charCode) throws FontScalerException; argument
H A DFreetypeFontScaler.java191 synchronized int getGlyphCode(char charCode) throws FontScalerException { argument
250 private native int getGlyphCodeNative(Font2D font, long pScaler, char charCode); argument
H A DType1Font.java669 public int getGlyphCode(char charCode) { argument
H A DCMap.java436 abstract char getGlyph(int charCode); argument
536 char getGlyph(int charCode) { argument
629 getGlyph(int charCode) argument
775 getGlyph(int charCode) argument
854 getGlyph(int charCode) argument
894 getGlyph(int charCode) argument
926 getGlyph(int charCode) argument
1003 getGlyph(int charCode) argument
1037 getGlyph(int charCode) argument
1044 getControlCodeGlyph(int charCode, boolean noSurrogates) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DfreetypeScaler.c919 Java_sun_font_FreetypeFontScaler_getGlyphCodeNative( JNIEnv *env, jobject scaler, jobject font2D, jlong pScaler, jchar charCode) argument
/openjdk10/jdk/src/demo/share/jfc/Font2DTest/
H A DFontPanel.java545 public void modeSpecificDrawChar( Graphics2D g2, int charCode, argument

Completed in 81 milliseconds