Searched refs:src_x (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 521 …pled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument 708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument 710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument 712 …gray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument 714 …ized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument
|
H A D | gd_arginfo.h | 101 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0) 440 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0) 451 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0)
|
H A D | gd.c | 3621 long src_x, src_y; in PHP_FUNCTION() local 3623 src_x = gdImageSX(im); in PHP_FUNCTION() 3626 if (src_x && tmp_h < 0) { in PHP_FUNCTION() 3627 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION() 3630 tmp_w = tmp_h * src_x / src_y; in PHP_FUNCTION()
|
Completed in 24 milliseconds