Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DAlternateSubst.hh11 struct AlternateSubst struct
14 union {
20 } u;
24 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
39 bool serialize (hb_serialize_context_t *c, in serialize()
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1038 class AlternateSubst(FormatSwitchingBaseTable): class