Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/gd/
H A Dphp_gd.h97 PHP_FUNCTION(imagecopyresized);
H A Dgd.c900 PHP_FE(imagecopyresized, arginfo_imagecopyresized)
3692 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS8029 - Fixed bug #39273 (imagecopyresized may ignore alpha channel) (Pierre)

Completed in 40 milliseconds