Lines Matching defs:KerxSubTableFormat6
621 struct KerxSubTableFormat6 struct
623 enum Flags
628 bool is_long () const { return flags & ValuesAreLong; } in is_long()
630 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning()
658 bool apply (hb_aat_apply_context_t *c) const in apply()
675 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
693 struct accelerator_t
707 KernSubTableHeader header;
708 HBUINT32 flags;
709 HBUINT16 rowCount;
710 HBUINT16 columnCount;
711 union U union
725 } u;
726 LNNOffsetTo<UnsizedArrayOf<FWORD>> vector;