Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt2 imagecopyresampled()
5 if (!function_exists('imagecopyresampled')) die('skip imagecopyresampled() not available');
10 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x…
16 echo "Simple test of imagecopyresampled() function\n";
46 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
67 Simple test of imagecopyresampled() function
H A Dimagecopyresampled_variation1.phpt2 Test for correct colors of imagecopyresampled() wrt. alpha
32 imagecopyresampled($copy, $im, 0,0, 0,0, 5,5, 10, 10);
/PHP-7.3/ext/gd/
H A Dphp_gd.h126 PHP_FUNCTION(imagecopyresampled);
H A Dgd.c900 PHP_FE(imagecopyresampled, arginfo_imagecopyresampled)
1901 PHP_FUNCTION(imagecopyresampled) in PHP_FUNCTION() argument

Completed in 19 milliseconds