Searched refs:defApplyMatrix (Results 1 – 1 of 1) sorted by relevance
| /plugin/captcha/ |
| D | EasySVG.php | 349 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) function in EasySVG 400 $shape = $this->defApplyMatrix($shape, $matrix);
|