Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt2 imagecopyresampled()
5 if (!function_exists('imagecopyresampled')) die('skip imagecopyresampled() not available');
11 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x…
17 echo "Simple test of imagecopyresampled() function\n";
47 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
68 Simple test of imagecopyresampled() function
/PHP-5.5/ext/gd/
H A Dphp_gd.h115 PHP_FUNCTION(imagecopyresampled);
H A Dgd.c915 PHP_FE(imagecopyresampled, arginfo_imagecopyresampled)
1896 PHP_FUNCTION(imagecopyresampled) in PHP_FUNCTION() argument

Completed in 25 milliseconds