Home
last modified time | relevance | path

Searched defs:KernAATSubTableHeader (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh216 struct KernAATSubTableHeader struct
218 enum { apple = true };
219 typedef AAT::ObsoleteTypes Types;
221 unsigned int tuple_count () const { return 0; } in tuple_count()
222 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()
224 enum Coverage
234 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
241 HBUINT32 length; /* Length of the subtable (including this header). */
242 HBUINT8 coverage; /* Coverage bits. */
243 HBUINT8 format; /* Subtable format. */
[all …]