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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 254 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
385 *x = get_glyph_h_kerning (first_glyph, second_glyph);
hb-font.cc 134 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
382 return font->get_glyph_h_kerning (left_glyph, right_glyph);
  /external/harfbuzz_ng/src/
hb-font-private.hh 254 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) function in struct:hb_font_t
385 *x = get_glyph_h_kerning (first_glyph, second_glyph);
hb-font.cc 134 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
382 return font->get_glyph_h_kerning (left_glyph, right_glyph);

Completed in 4160 milliseconds