Searched refs:indexSubHeaderFormat (Results 1 – 1 of 1) sorted by relevance
54 indexSubHeaderFormat = ">HHL" variable55 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat)101 tup = struct.unpack(indexSubHeaderFormat, data[:indexSubHeaderSize])183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…346 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)