Home
last modified time | relevance | path

Searched refs:fourByteOp (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py154 fourByteOp = bytechr(29)
156 fourByteOp = bytechr(255)
159 fourByteOp = None
161 def encodeInt(value, fourByteOp=fourByteOp, bytechr=bytechr, argument
171 elif fourByteOp is None:
190 code = fourByteOp + pack(">l", value)