Searched refs:imagecopy (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug66005.phpt | 2 Bug #66005 (imagecopy does not support 1bit transparency on truecolor images) 24 imagecopy($dest, $png_palette, 0, 0, 0, 0, 50, 50); 25 imagecopy($dest, $png_24, 50, 0, 0, 0, 50, 50); 26 imagecopy($dest, $png_full, 100, 0, 0, 0, 50, 50);
|
H A D | bug38179.phpt | 2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) 5 if (!function_exists('imagecopy')) die("skip gd extension not available\n"); 19 imagecopy($dst_tc, $src, 0,0, 0,0, imagesx($src), imagesy($src));
|
H A D | copy.phpt | 2 imagecopy 5 if (!function_exists('imagecopy')) die("skip gd extension not available\n"); 18 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 38 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 67 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 96 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
|
H A D | bug72913.phpt | 2 Bug #72913 (imagecopy() loses single-color transparency on palette images) 20 imagecopy($dst, $src, 0,0, 0,0, 50,50);
|
H A D | bug38212-mb.phpt | 5 if (!function_exists('imagecopy')) die("skip gd extension not available\n");
|
H A D | bug38212.phpt | 5 if (!function_exists('imagecopy')) die("skip gd extension not available\n");
|
H A D | func.inc | 129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 670 ZEND_FUNCTION(imagecopy); 805 ZEND_FE(imagecopy, arginfo_imagecopy)
|
H A D | gd.stub.php | 202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … function
|
H A D | gd.c | 2916 PHP_FUNCTION(imagecopy) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds