Searched refs:get_glyph_v_advance (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-font-private.hh212 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) function in struct:hb_font_t
324 *y = get_glyph_v_advance (glyph);
H A Dhb-font.cc169 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
725 return font->get_glyph_v_advance (glyph);
H A Dhb-ot-shape.cc625 pos[i].y_advance = c->font->get_glyph_v_advance (info[i].codepoint);

Completed in 68 milliseconds