Searched refs:imagecopyresampled (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 2 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 D | imagecopyresampled_variation1.phpt | 2 Test for correct colors of imagecopyresampled() wrt. alpha 32 imagecopyresampled($copy, $im, 0,0, 0,0, 5,5, 10, 10);
|
H A D | bug53580.phpt | 22 imagecopyresampled($im1, $im0, 0, 0, 0, 0, $w1, $h1, $w0, $h0);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 583 ZEND_FUNCTION(imagecopyresampled); 718 ZEND_FE(imagecopyresampled, arginfo_imagecopyresampled)
|
H A D | gd.stub.php | 45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… function
|
H A D | gd.c | 1127 PHP_FUNCTION(imagecopyresampled) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds