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 237 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
433 *x = get_glyph_h_kerning (first_glyph, second_glyph);
hb-font.cc 238 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
786 return font->get_glyph_h_kerning (left_glyph, right_glyph);
    [all...]

Completed in 39 milliseconds