Searched refs:sbixGlyphDataOffsetFormatSize (Results 1 – 1 of 1) sorted by relevance
21 sbixGlyphDataOffsetFormatSize = sstruct.calcsize(sbixGlyphDataOffsetFormat) variable45 self.data[sbixStrikeHeaderFormatSize:sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize])46 …umGlyphs = (firstGlyphDataOffset - sbixStrikeHeaderFormatSize) // sbixGlyphDataOffsetFormatSize - 152 start = i * sbixGlyphDataOffsetFormatSize + sbixStrikeHeaderFormatSize53 current_offset, = struct.unpack(">L", self.data[start:start + sbixGlyphDataOffsetFormatSize])72 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…