Lines Matching refs:get_kerning
69 int get_kerning () const { return value; } in get_kerning() function
95 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
99 int v = pairs.bsearch (pair).get_kerning (); in get_kerning()
129 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
130 { return table.get_kerning (left, right, c); } in get_kerning()
388 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
430 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
431 { return table.get_kerning (left, right, c); } in get_kerning()
639 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
711 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
712 { return table.get_kerning (left, right, c); } in get_kerning()
875 v += st->get_kerning (left, right); in get_h_kerning()