Home
last modified time | relevance | path

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

/plugin/captcha/
H A DEasySVG.php349 return $this->defApplyMatrix($def, [1, 0, 0, 1, $x, $y]);
364 return $this->defApplyMatrix($def, [cos($angle), sin($angle), -sin($angle), cos($angle), 0, 0]);
383 return $this->defApplyMatrix($def, [$x, 0, 0, $y, 0, 0]);
392 public function defApplyMatrix($def, $matrix)
400 $shape = $this->defApplyMatrix($shape, $matrix);
393 public function defApplyMatrix($def, $matrix) global() function in EasySVG