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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 164 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) function in struct:hb_font_t
256 *y = get_glyph_v_advance (glyph);
hb-font.cc 82 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
472 return font->get_glyph_v_advance (glyph);
  /external/harfbuzz_ng/src/
hb-font-private.hh 229 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) function in struct:hb_font_t
321 *y = get_glyph_v_advance (glyph);
hb-font.cc 83 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
359 return font->get_glyph_v_advance (glyph);

Completed in 1135 milliseconds