Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixStrike.py20 sbixStrikeHeaderFormatSize = sstruct.calcsize(sbixStrikeHeaderFormat) variable
35 if len(self.data) < sbixStrikeHeaderFormatSize:
38 % (sbixStrikeHeaderFormatSize, len(self.data))
41 sstruct.unpack(sbixStrikeHeaderFormat, self.data[:sbixStrikeHeaderFormatSize], self)
45 self.data[sbixStrikeHeaderFormatSize:sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize])
46 …self.numGlyphs = (firstGlyphDataOffset - sbixStrikeHeaderFormatSize) // sbixGlyphDataOffsetFormatS…
52 start = i * sbixGlyphDataOffsetFormatSize + sbixStrikeHeaderFormatSize
72 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…