Searched refs:sbixGlyphDataOffsetFormatSize (Results 1 – 1 of 1) sorted by relevance
23 sbixGlyphDataOffsetFormatSize = sstruct.calcsize(sbixGlyphDataOffsetFormat) variable47 self.data[sbixStrikeHeaderFormatSize:sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize])48 …umGlyphs = (firstGlyphDataOffset - sbixStrikeHeaderFormatSize) // sbixGlyphDataOffsetFormatSize - 154 start = i * sbixGlyphDataOffsetFormatSize + sbixStrikeHeaderFormatSize55 current_offset, = struct.unpack(">L", self.data[start:start + sbixGlyphDataOffsetFormatSize])74 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…