MCPcopy Index your code
hub / github.com/clips/pattern / do_cm

Method do_cm

pattern/web/pdf/pdfinterp.py:397–400  ·  view source on GitHub ↗
(self, a1, b1, c1, d1, e1, f1)

Source from the content-addressed store, hash-verified

395
396 # concat-matrix
397 def do_cm(self, a1, b1, c1, d1, e1, f1):
398 self.ctm = mult_matrix((a1,b1,c1,d1,e1,f1), self.ctm)
399 self.device.set_ctm(self.ctm)
400 return
401
402 # setlinewidth
403 def do_w(self, linewidth):

Callers

nothing calls this directly

Calls 2

mult_matrixFunction · 0.90
set_ctmMethod · 0.80

Tested by

no test coverage detected