Searched refs:FormatSwitchingBaseTable (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/colorLib/ |
D | table_builder.py | 10 FormatSwitchingBaseTable, 131 if issubclass(cls, FormatSwitchingBaseTable): 144 if issubclass(cls, FormatSwitchingBaseTable): 198 if isinstance(table, FormatSwitchingBaseTable):
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 15 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):
|
D | otBase.py | 893 class FormatSwitchingBaseTable(BaseTable): class 927 class UInt8FormatSwitchingBaseTable(FormatSwitchingBaseTable): 936 "uint16": FormatSwitchingBaseTable,
|
D | otConverters.py | 12 from .otBase import (CountReference, FormatSwitchingBaseTable, 584 if isinstance(value, FormatSwitchingBaseTable):
|