Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh110 struct KernSubTable struct
112 unsigned int get_size () const { return u.header.length; } in get_size()
113 unsigned int get_type () const { return u.header.format; } in get_type()
115 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning()
125 typename context_t::return_t dispatch (context_t *c) const in dispatch()
138 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
149 union {
155 } u;