Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh195 struct KernOTSubTableHeader struct
197 static constexpr bool apple = false;
198 typedef AAT::ObsoleteTypes Types;
200 unsigned tuple_count () const { return 0; } in tuple_count()
201 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal()
203 enum Coverage
215 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
222 HBUINT16 versionZ; /* Unused. */
223 HBUINT16 length; /* Length of the subtable (including this header). */
224 HBUINT8 format; /* Subtable format. */
[all …]