Searched refs:imagecopyresampled (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 2 imagecopyresampled() 8 echo "Simple test of imagecopyresampled() function\n"; 38 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height); 59 Simple test of imagecopyresampled() function
|
H A D | imagecopyresampled_variation1.phpt | 2 Test for correct colors of imagecopyresampled() wrt. alpha 30 imagecopyresampled($copy, $im, 0,0, 0,0, 5,5, 10, 10);
|
H A D | bug53580.phpt | 23 imagecopyresampled($im1, $im0, 0, 0, 0, 0, $w1, $h1, $w0, $h0);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 597 ZEND_FUNCTION(imagecopyresampled); 738 ZEND_FE(imagecopyresampled, arginfo_imagecopyresampled)
|
H A D | gd.stub.php | 521 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… function
|
H A D | gd.c | 1029 PHP_FUNCTION(imagecopyresampled) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds