Home
last modified time | relevance | path

Searched refs:src_x (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/gd/
H A Dgd.stub.php45 …pled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument
202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument
204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument
206 …gray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument
208 …ized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $… argument
H A Dgd_arginfo.h101 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0)
426 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0)
437 ZEND_ARG_TYPE_INFO(0, src_x, IS_LONG, 0)
H A Dgd.c3696 long src_x, src_y; in PHP_FUNCTION() local
3698 src_x = gdImageSX(im); in PHP_FUNCTION()
3701 if (src_x && tmp_h < 0) { in PHP_FUNCTION()
3702 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION()
3705 tmp_w = tmp_h * src_x / src_y; in PHP_FUNCTION()

Completed in 22 milliseconds