Searched defs:center_y (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/gd/ |
H A D | gd.stub.php | 503 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … 505 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … 676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… 678 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c…
|
Completed in 11 milliseconds