Searched refs:f2dCharToGlyphMID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A Dsunfontids.h41 jmethodID f2dCharToGlyphMID; member in struct:FontManagerNativeIDs
H A DFontInstanceAdapter.cpp138 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, (jint)mappedChar);
144 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, ch);
H A DsunFont.c133 sunFontIDs.f2dCharToGlyphMID =

Completed in 31 milliseconds