Searched refs:chops (Results 1 – 5 of 5) sorted by relevance
422 def encode64chops(chops): argument427 for value in chops:440 chops = []443 chops.append(str642int(string))445 return chops487 chops = decode64chops(string) #Decode base64 strings into integer chops489 for cpart in chops:
361 def picklechops(chops): argument364 value = zlib.compress(dumps(chops))400 def gluechops(chops, key, n, funcref): argument408 chops = unpicklechops(chops)410 for cpart in chops:
144 const int chops = 2; in writeDPng() local145 for (int tIndex = 0; tIndex < chops; ++tIndex) { in writeDPng()146 SkDConic chopped = dConic.subDivide(tIndex / (double) chops, in writeDPng()147 (tIndex + 1) / (double) chops); in writeDPng()
672 * SkDiscretePathEffect: This path effect chops a path into discrete
443 encapsulation process chops up the packets into segments. The