Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DC_B_D_T_.py35 xmlDataFunctions = _removeUnsupportedForColor(BitmapGlyph.xmlDataFunctions) variable in ColorBitmapGlyph
DE_B_D_T_.py383 xmlDataFunctions = { variable in BitmapGlyph
433 assert option in self.__class__.xmlDataFunctions
447 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
455 writeFunc, readFunc = self.__class__.xmlDataFunctions[option]