Home
last modified time | relevance | path

Searched refs:getFormatSwitchingBaseTableClass (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py26 getFormatSwitchingBaseTableClass,
634 class DeltaSetIndexMap(getFormatSwitchingBaseTableClass("uint8")):
1360 class ClipBox(getFormatSwitchingBaseTableClass("uint8")):
1370 class ClipList(getFormatSwitchingBaseTableClass("uint8")):
1604 class Paint(getFormatSwitchingBaseTableClass("uint8")):
2199 baseClass = getFormatSwitchingBaseTableClass(formatType)
H A DotBase.py1258 def getFormatSwitchingBaseTableClass(formatType): function