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,
152 if issubclass(cls, FormatSwitchingBaseTable):
204 if isinstance(table, FormatSwitchingBaseTable):
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py15 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):
DotBase.py816 class FormatSwitchingBaseTable(BaseTable): class
841 class UInt8FormatSwitchingBaseTable(FormatSwitchingBaseTable):
850 "uint16": FormatSwitchingBaseTable,
DotConverters.py12 from .otBase import (CountReference, FormatSwitchingBaseTable,
530 if isinstance(value, FormatSwitchingBaseTable):