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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh169 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) function in struct:hb_font_t
261 *y = get_glyph_v_advance (glyph);
H A Dhb-font.cc81 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
471 return font->get_glyph_v_advance (glyph);
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh169 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) function in struct:hb_font_t
261 *y = get_glyph_v_advance (glyph);
H A Dhb-font.cc81 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
471 return font->get_glyph_v_advance (glyph);

Completed in 150 milliseconds