Home
last modified time | relevance | path

Searched refs:y2 (Results 201 – 201 of 201) sorted by last modified time

123456789

/plugin/register/
H A Dregister.php146 public function line($x1, $y1, $x2, $y2) argument
148 $this->enlarge(max($x1, $x2) + 1, max($y1, $y2) + 1);
149 imageline($this->im, $x1, $y1, $x2, $y2, $this->black);

123456789