Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py226 self.origNextTableOffset = sfntDirectorySize + numTables * sfntDirectoryEntrySize
370 directory_end = sfntDirectorySize + len(self.tables) * sfntDirectoryEntrySize
423 sfntDirectoryEntrySize = sstruct.calcsize(sfntDirectoryEntryFormat) variable
500 formatSize = sfntDirectoryEntrySize
Dwoff2.py14 sfntDirectoryEntrySize, calcChecksum)
282 offset = sfntDirectorySize + sfntDirectoryEntrySize * len(self.tables)
342 directory_end = sfntDirectorySize + len(self.tables) * sfntDirectoryEntrySize