Lines Matching defs:kern
304 struct kern struct
306 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern;
308 bool has_data () const { return u.version32; } in has_data()
309 unsigned get_type () const { return u.major; } in get_type()
311 bool has_state_machine () const in has_state_machine()
322 bool has_cross_stream () const in has_cross_stream()
333 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning()
344 bool apply (AAT::hb_aat_apply_context_t *c, in apply()
349 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
362 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
370 AAT::kern_accelerator_data_t create_accelerator_data (unsigned num_glyphs) const in create_accelerator_data()
381 struct accelerator_t
406 union {
413 } u;