Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh250 struct KernAATSubTableHeader struct
252 static constexpr bool apple = true;
253 typedef AAT::ObsoleteTypes Types;
255 unsigned tuple_count () const { return 0; } in tuple_count()
256 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()
258 enum Coverage
268 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
275 HBUINT32 length; /* Length of the subtable (including this header). */
276 HBUINT8 coverage; /* Coverage bits. */
277 HBUINT8 format; /* Subtable format. */
[all …]