Home
last modified time | relevance | path

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

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