HomeSort by relevance Sort by last modified time
    Searched refs:harfbuzzGetGlyphHorizontalAdvance (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 98 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
131 hb_font_funcs_set_glyph_h_advance_func(harfbuzzSkiaFontFuncs, harfbuzzGetGlyphHorizontalAdvance, 0, 0);
  /frameworks/minikin/libs/minikin/
Layout.cpp 288 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData,
309 hb_font_funcs_set_glyph_h_advance_func(hbFontFuncs, harfbuzzGetGlyphHorizontalAdvance, 0, 0);
    [all...]

Completed in 774 milliseconds