Lines Matching defs:kern
270 struct kern struct
272 enum { tableTag = HB_OT_TAG_kern };
274 bool has_data () const { return u.version32; } in has_data()
275 unsigned int get_type () const { return u.major; } in get_type()
277 bool has_state_machine () const in has_state_machine()
286 bool has_cross_stream () const in has_cross_stream()
295 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning()
304 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
308 typename context_t::return_t dispatch (context_t *c) const in dispatch()
319 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
327 union {
332 } u;