Searched refs:center_y (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 | 46 ZEND_ARG_TYPE_INFO(0, center_y, IS_LONG, 0) 55 ZEND_ARG_TYPE_INFO(0, center_y, IS_LONG, 0) 362 ZEND_ARG_TYPE_INFO(0, center_y, IS_LONG, 0)
|
Completed in 12 milliseconds