Home
last modified time | relevance | path

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

/plugin/captcha/
H A DEasySVG.php208 $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)
368 $def = $this->defTranslate($def, $x, $y);
370 $def = $this->defTranslate($def, -$x, -$y);
348 public function defTranslate($def, $x = 0, $y = 0) global() function in EasySVG