Searched defs:encodeInt (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py161 def encodeInt(value, fourByteOp=fourByteOp, bytechr=bytechr, function in function:getIntEncoder
193 return encodeInt
279 encodeInt = self.getIntEncoder()
296 bytecode.append(encodeInt(token))
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py161 def encodeInt(value, fourByteOp=fourByteOp, bytechr=bytechr, function in function:getIntEncoder
193 return encodeInt
279 encodeInt = self.getIntEncoder()
296 bytecode.append(encodeInt(token))

Completed in 29 milliseconds