Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py43 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)
49 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)
117 self.directorySize = sfntDirectorySize
255 directory_end = sfntDirectorySize + len(self.tables) * sfntDirectoryEntrySize
295 sfntDirectorySize = sstruct.calcsize(sfntDirectoryFormat) variable