Searched defs:woffDirectorySize (Results 1 - 2 of 2) sorted by last modified time

/external/fonttools/Lib/fontTools/ttLib/
H A Dsfnt.py47 sstruct.unpack(woffDirectoryFormat, self.file.read(woffDirectorySize), self)
110 self.directorySize = woffDirectorySize
324 woffDirectorySize = sstruct.calcsize(woffDirectoryFormat) variable
/external/fonttools/Tools/fontTools/ttLib/
H A Dsfnt.py47 sstruct.unpack(woffDirectoryFormat, self.file.read(woffDirectorySize), self)
110 self.directorySize = woffDirectorySize
324 woffDirectorySize = sstruct.calcsize(woffDirectoryFormat) variable

Completed in 74 milliseconds