Home
last modified time | relevance | path

Searched refs:FontInstanceAdapter (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp38 FontInstanceAdapter::FontInstanceAdapter(JNIEnv *theEnv, in FontInstanceAdapter() function in FontInstanceAdapter
70 const void *FontInstanceAdapter::getFontTable(LETag tableTag) const in getFontTable()
80 const void *FontInstanceAdapter::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
126 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
145 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
154 void FontInstanceAdapter::mapCharsToWideGlyphs(const LEUnicode chars[], in mapCharsToWideGlyphs()
206 void FontInstanceAdapter::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
211 void FontInstanceAdapter::getKerningAdjustment(LEPoint &adjustment) const in getKerningAdjustment()
246 void FontInstanceAdapter::getWideGlyphAdvance(le_uint32 glyph, LEPoint &advance) const in getWideGlyphAdvance()
262 le_bool FontInstanceAdapter::getGlyphPoint(LEGlyphID glyph, in getGlyphPoint()
[all …]
H A DFontInstanceAdapter.h47 class FontInstanceAdapter : public LEFontInstance {
73 FontInstanceAdapter(JNIEnv *env,
78 virtual ~FontInstanceAdapter() { }; in ~FontInstanceAdapter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp38 FontInstanceAdapter::FontInstanceAdapter(JNIEnv *theEnv, in FontInstanceAdapter() function in FontInstanceAdapter
70 const void *FontInstanceAdapter::getFontTable(LETag tableTag) const in getFontTable()
80 const void *FontInstanceAdapter::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
126 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
145 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
154 void FontInstanceAdapter::mapCharsToWideGlyphs(const LEUnicode chars[], in mapCharsToWideGlyphs()
206 void FontInstanceAdapter::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
211 void FontInstanceAdapter::getKerningAdjustment(LEPoint &adjustment) const in getKerningAdjustment()
246 void FontInstanceAdapter::getWideGlyphAdvance(le_uint32 glyph, LEPoint &advance) const in getWideGlyphAdvance()
262 le_bool FontInstanceAdapter::getGlyphPoint(LEGlyphID glyph, in getGlyphPoint()
[all …]
H A DFontInstanceAdapter.h47 class FontInstanceAdapter : public LEFontInstance {
73 FontInstanceAdapter(JNIEnv *env,
78 virtual ~FontInstanceAdapter() { }; in ~FontInstanceAdapter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp146FontInstanceAdapter fia(env, font2d, strike, mat, 72, 72, (le_int32) upem, (TTLayoutTableCache *) … in Java_sun_font_SunLayoutEngine_nativeLayout()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp146FontInstanceAdapter fia(env, font2d, strike, mat, 72, 72, (le_int32) upem, (TTLayoutTableCache *) … in Java_sun_font_SunLayoutEngine_nativeLayout()