Searched refs:center_x (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 503 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … argument 505 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … argument 676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… argument 678 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… argument
|
H A D | gd_arginfo.h | 45 ZEND_ARG_TYPE_INFO(0, center_x, IS_LONG, 0) 54 ZEND_ARG_TYPE_INFO(0, center_x, IS_LONG, 0) 361 ZEND_ARG_TYPE_INFO(0, center_x, IS_LONG, 0)
|
Completed in 8 milliseconds