Searched refs:indexSubHeaderFormat (Results 1 – 1 of 1) sorted by relevance
57 indexSubHeaderFormat = ">HHL" variable58 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat)106 tup = struct.unpack(indexSubHeaderFormat, data[i:i+indexSubHeaderSize])189 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…351 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)