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

  /external/harfbuzz_ng/src/
hb-font-private.hh 247 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
459 *x = get_glyph_h_kerning (first_glyph, second_glyph);
hb-font.cc 230 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
778 return font->get_glyph_h_kerning (left_glyph, right_glyph);
    [all...]

Completed in 1364 milliseconds