Searched refs:hbFont (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | HarfBuzzNGFaceSkia.cpp | 79 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument 97 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance() argument 106 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin() argument 113 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents() argument
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 308 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument 326 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance() argument 334 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin() argument 699 hb_font_t* hbFont = ctx->hbFonts[font_ix]; in doLayoutRun() local 705 hb_font_set_ppem(hbFont, size * scaleX, size); in doLayoutRun() 706 hb_font_set_scale(hbFont, HBFloatToFixed(size * scaleX), HBFloatToFixed(size)); in doLayoutRun() 725 hb_shape(hbFont, buffer, features.empty() ? NULL : &features[0], features.size()); in doLayoutRun()
|