Home
last modified time | relevance | path

Searched refs:get_glyph_extents (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc203 if (!font->get_glyph_extents (buffer->info[i].codepoint, in position_mark()
311 if (!font->get_glyph_extents (buffer->info[base].codepoint, in position_around_base()
Dhb-font-private.hh251 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph, in get_glyph_extents() function
445 hb_bool_t ret = get_glyph_extents (glyph, extents); in get_glyph_extents_for_origin()
Dhb-font.cc277 hb_bool_t ret = font->parent->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents_parent()
825 return font->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents()