Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc217 if (!font->get_glyph_extents (buffer->info[i].codepoint, &mark_extents)) in position_mark()
328 if (!font->get_glyph_extents (buffer->info[base].codepoint, in position_around_base()
Dhb-font.hh330 hb_bool_t get_glyph_extents (hb_codepoint_t glyph, in get_glyph_extents() function
550 hb_bool_t ret = get_glyph_extents (glyph, extents); in get_glyph_extents_for_origin()
Dhb-font.cc396 hb_bool_t ret = font->parent->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents_default()
1011 return font->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents()
/external/harfbuzz_ng/
DNEWS125 the subsetter, but also get_glyph_extents on CFF fonts.