Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 …rce $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , i…
/PHP-7.4/ext/gd/
H A Dgd.c262 ZEND_ARG_INFO(0, src_x)
672 ZEND_ARG_INFO(0, src_x)
683 ZEND_ARG_INFO(0, src_x)
695 ZEND_ARG_INFO(0, src_x)
707 ZEND_ARG_INFO(0, src_x)
4882 long src_x, src_y; in PHP_FUNCTION() local
4884 src_x = gdImageSX(im); in PHP_FUNCTION()
4887 if (src_x && tmp_h < 0) { in PHP_FUNCTION()
4888 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION()
4891 tmp_w = tmp_h * src_x / src_y; in PHP_FUNCTION()

Completed in 14 milliseconds