Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt2 imagecopyresampled()
5 if (!function_exists('imagecopyresampled')) die('skip imagecopyresampled() not available');
10 echo "Simple test of imagecopyresampled() function\n";
40 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
61 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);
H A Dbug53580.phpt22 imagecopyresampled($im1, $im0, 0, 0, 0, 0, $w1, $h1, $w0, $h0);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h583 ZEND_FUNCTION(imagecopyresampled);
718 ZEND_FE(imagecopyresampled, arginfo_imagecopyresampled)
H A Dgd.stub.php45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… function
H A Dgd.c1127 PHP_FUNCTION(imagecopyresampled) in PHP_FUNCTION() argument

Completed in 46 milliseconds