Searched refs:sbixStrikeHeaderFormatSize (Results 1 – 1 of 1) sorted by relevance
22 sbixStrikeHeaderFormatSize = sstruct.calcsize(sbixStrikeHeaderFormat) variable37 if len(self.data) < sbixStrikeHeaderFormatSize:40 % (sbixStrikeHeaderFormatSize, len(self.data))43 sstruct.unpack(sbixStrikeHeaderFormat, self.data[:sbixStrikeHeaderFormatSize], self)47 self.data[sbixStrikeHeaderFormatSize:sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize])48 …self.numGlyphs = (firstGlyphDataOffset - sbixStrikeHeaderFormatSize) // sbixGlyphDataOffsetFormatS…54 start = i * sbixGlyphDataOffsetFormatSize + sbixStrikeHeaderFormatSize74 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…