Searched refs:sbixStrikeHeaderFormatSize (Results 1 – 1 of 1) sorted by relevance
20 sbixStrikeHeaderFormatSize = sstruct.calcsize(sbixStrikeHeaderFormat) variable35 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 + sbixStrikeHeaderFormatSize72 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…