Home
last modified time | relevance | path

Searched refs:hbFont (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp81 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument
98 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance() argument
107 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin() argument
114 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents() argument
/frameworks/minikin/libs/minikin/
DLayout.cpp743 hb_font_t* hbFont = ctx->hbFonts[font_ix]; in doLayoutRun() local
748 hb_font_set_ppem(hbFont, size * scaleX, size); in doLayoutRun()
749 hb_font_set_scale(hbFont, HBFloatToFixed(size * scaleX), HBFloatToFixed(size)); in doLayoutRun()
802 if (!hb_font_get_glyph(hbFont, hyphenChar, 0, &glyph)) { in doLayoutRun()
807 hb_shape(hbFont, buffer, features.empty() ? NULL : &features[0], features.size()); in doLayoutRun()