HomeSort by relevance Sort by last modified time
    Searched full:get_glyph_extents (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 251 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph, function in struct:hb_font_t
445 hb_bool_t ret = get_glyph_extents (glyph, extents);
hb-ot-shape-fallback.cc 203 if (!font->get_glyph_extents (buffer->info[i].codepoint,
311 if (!font->get_glyph_extents (buffer->info[base].codepoint,
hb-font.cc 277 hb_bool_t ret = font->parent->get_glyph_extents (glyph, extents);
825 return font->get_glyph_extents (glyph, extents);
    [all...]

Completed in 330 milliseconds