HomeSort by relevance Sort by last modified time
    Searched defs:get_glyph_h_advance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) function in struct:hb_font_t
317 *x = get_glyph_h_advance (glyph);
329 *x = get_glyph_h_advance (glyph) / 2;
  /external/harfbuzz_ng/src/
hb-font-private.hh 222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) function in struct:hb_font_t
317 *x = get_glyph_h_advance (glyph);
329 *x = get_glyph_h_advance (glyph) / 2;

Completed in 51 milliseconds