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 99 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
132 hb_font_funcs_set_glyph_h_advance_func(harfbuzzSkiaFontFuncs, harfbuzzGetGlyphHorizontalAdvance, 0, 0);
  /frameworks/minikin/libs/minikin/
Layout.cpp 327 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
348 hb_font_funcs_set_glyph_h_advance_func(hbFontFuncs, harfbuzzGetGlyphHorizontalAdvance, 0, 0);
    [all...]

Completed in 316 milliseconds