Home
last modified time | relevance | path

Searched refs:imagecopyresized (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dcopyresized.phpt2 imagecopyresized
5 if (!function_exists('imagecopyresized')) die("skip gd extension not available\n");
48 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
64 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
83 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
H A Dbug39273.phpt24 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
/PHP-7.4/ext/gd/
H A Dphp_gd.h103 PHP_FUNCTION(imagecopyresized);
H A Dgd.c899 PHP_FE(imagecopyresized, arginfo_imagecopyresized)
3902 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument

Completed in 25 milliseconds