Searched refs:get_glyph_h_kerning (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
330 *x = get_glyph_h_kerning (first_glyph, second_glyph);
H A Dhb-font.cc132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
532 return font->get_glyph_h_kerning (left_glyph, right_glyph);
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
330 *x = get_glyph_h_kerning (first_glyph, second_glyph);
H A Dhb-font.cc132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
532 return font->get_glyph_h_kerning (left_glyph, right_glyph);

Completed in 237 milliseconds