Home
last modified time | relevance | path

Searched defs:KernPair (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh67 struct KernPair struct
69 int get_kerning () const { return value; } in get_kerning()
71 int cmp (const hb_glyph_pair_t &o) const in cmp()
78 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
85 HBGlyphID left;
86 HBGlyphID right;
87 FWORD value;