Searched refs:defTranslate (Results 1 – 1 of 1) sorted by relevance
| /plugin/captcha/ |
| D | EasySVG.php | 208 $def = $this->defTranslate($def, $x, $y); 248 $d = $this->defTranslate($d, $horizAdvX, $horizAdvY * $fontSize * 2); 313 $d = $this->defTranslate($d, 0, $horizAdvY * $fontSize * 2); 347 public function defTranslate($def, $x = 0, $y = 0) function in EasySVG 368 $def = $this->defTranslate($def, $x, $y); 370 $def = $this->defTranslate($def, -$x, -$y);
|