Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/colorLib/
Dtable_builder.py10 FormatSwitchingBaseTable,
131 if issubclass(cls, FormatSwitchingBaseTable):
144 if issubclass(cls, FormatSwitchingBaseTable):
198 if isinstance(table, FormatSwitchingBaseTable):
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py15 BaseTable, FormatSwitchingBaseTable, ValueRecord, CountReference,
513 class Coverage(FormatSwitchingBaseTable):
742 class SingleSubst(FormatSwitchingBaseTable):
823 class MultipleSubst(FormatSwitchingBaseTable):
901 class ClassDef(FormatSwitchingBaseTable):
1008 class AlternateSubst(FormatSwitchingBaseTable):
1079 class LigatureSubst(FormatSwitchingBaseTable):
DotBase.py893 class FormatSwitchingBaseTable(BaseTable): class
927 class UInt8FormatSwitchingBaseTable(FormatSwitchingBaseTable):
936 "uint16": FormatSwitchingBaseTable,
DotConverters.py12 from .otBase import (CountReference, FormatSwitchingBaseTable,
584 if isinstance(value, FormatSwitchingBaseTable):