Home | History | Annotate | Download | only in fontTools

Lines Matching defs:struct

8 import struct
214 pack = struct.pack
267 pack = struct.pack
329 offset, = struct.unpack(">L", chunk)
608 value, = struct.unpack(">H", file.read(2))
615 file.write(struct.pack(">H", value))
621 return struct.pack(">H", value)