Searched refs:sfntDirectoryFormat (Results 1 – 1 of 1) sorted by relevance
43 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)49 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)116 self.directoryFormat = sfntDirectoryFormat247 directory = sstruct.pack(sfntDirectoryFormat, self)286 sfntDirectoryFormat = """ variable295 sfntDirectorySize = sstruct.calcsize(sfntDirectoryFormat)