Searched refs:FormatSwitchingBaseTable (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/colorLib/ |
D | table_builder.py | 10 FormatSwitchingBaseTable, 152 if issubclass(cls, FormatSwitchingBaseTable): 204 if isinstance(table, FormatSwitchingBaseTable):
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 15 BaseTable, FormatSwitchingBaseTable, ValueRecord, CountReference, 514 class Coverage(FormatSwitchingBaseTable): 718 class SingleSubst(FormatSwitchingBaseTable): 799 class MultipleSubst(FormatSwitchingBaseTable): 877 class ClassDef(FormatSwitchingBaseTable): 1005 class AlternateSubst(FormatSwitchingBaseTable): 1076 class LigatureSubst(FormatSwitchingBaseTable):
|
D | otBase.py | 816 class FormatSwitchingBaseTable(BaseTable): class 841 class UInt8FormatSwitchingBaseTable(FormatSwitchingBaseTable): 850 "uint16": FormatSwitchingBaseTable,
|
D | otConverters.py | 12 from .otBase import (CountReference, FormatSwitchingBaseTable, 530 if isinstance(value, FormatSwitchingBaseTable):
|