Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-kerx-table.hh862 struct KerxSubTable struct
866 unsigned int get_size () const { return u.header.length; } in get_size()
867 unsigned int get_type () const { return u.header.coverage & u.header.SubtableType; } in get_type()
870 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
885 void collect_glyphs (set_t &left_set, set_t &right_set, unsigned num_glyphs) const in collect_glyphs()
898 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
911 union {
918 } u;