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

  /external/harfbuzz_ng/src/
hb-font.hh 312 hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, function in struct:hb_font_t
532 *y = get_glyph_v_kerning (first_glyph, second_glyph);
hb-font.cc 374 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
965 return font->get_glyph_v_kerning (top_glyph, bottom_glyph);
    [all...]

Completed in 234 milliseconds