Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py16 getFormatSwitchingBaseTableClass,
1356 class Paint(getFormatSwitchingBaseTableClass("uint8")):
1813 baseClass = getFormatSwitchingBaseTableClass(formatType)
DotBase.py854 def getFormatSwitchingBaseTableClass(formatType): function