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.hh115 struct KernSubTable struct
117 unsigned int get_size () const { return u.header.length; } in get_size()
118 unsigned int get_type () const { return u.header.format; } in get_type()
120 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning()
130 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
147 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
158 union {
164 } u;