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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 261 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
389 *y = get_glyph_v_kerning (first_glyph, second_glyph);
  /external/harfbuzz_ng/src/
hb-font-private.hh 261 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
389 *y = get_glyph_v_kerning (first_glyph, second_glyph);

Completed in 53 milliseconds