Searched refs:codeOffsetPairFormat (Results 1 – 1 of 1) sorted by relevance
57 codeOffsetPairFormat = ">HH" variable58 codeOffsetPairSize = struct.calcsize(codeOffsetPairFormat)551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]578 tmp = [struct.pack(codeOffsetPairFormat, *cop) for cop in zip(idsPlusPad, offsets)]