Lines Matching defs:kern
274 struct kern struct
276 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern;
278 bool has_data () const { return u.version32; } in has_data()
279 unsigned get_type () const { return u.major; } in get_type()
281 bool has_state_machine () const in has_state_machine()
292 bool has_cross_stream () const in has_cross_stream()
303 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning()
314 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
318 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
331 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
339 union {
346 } u;