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