Home
last modified time | relevance | path

Searched refs:FormatSwitchingBaseTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/colorLib/
H A Dtable_builder.py10 FormatSwitchingBaseTable,
129 if issubclass(cls, FormatSwitchingBaseTable):
142 if issubclass(cls, FormatSwitchingBaseTable):
196 if isinstance(table, FormatSwitchingBaseTable):
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py23 FormatSwitchingBaseTable,
540 class Coverage(FormatSwitchingBaseTable):
777 class SingleSubst(FormatSwitchingBaseTable):
857 class MultipleSubst(FormatSwitchingBaseTable):
932 class ClassDef(FormatSwitchingBaseTable):
1038 class AlternateSubst(FormatSwitchingBaseTable):
1108 class LigatureSubst(FormatSwitchingBaseTable):
H A DotBase.py1208 class FormatSwitchingBaseTable(BaseTable): class
1244 class UInt8FormatSwitchingBaseTable(FormatSwitchingBaseTable):
1253 "uint16": FormatSwitchingBaseTable,
1275 if issubclass(cls, FormatSwitchingBaseTable):
H A DotConverters.py14 FormatSwitchingBaseTable,
707 if isinstance(value, FormatSwitchingBaseTable):