Home
last modified time | relevance | path

Searched refs:imagecopy (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dbug66005.phpt2 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 Dbug38179.phpt2 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 Dcopy.phpt2 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 Dbug72913.phpt2 Bug #72913 (imagecopy() loses single-color transparency on palette images)
20 imagecopy($dst, $src, 0,0, 0,0, 50,50);
H A Dbug38212-mb.phpt5 if (!function_exists('imagecopy')) die("skip gd extension not available\n");
H A Dbug38212.phpt5 if (!function_exists('imagecopy')) die("skip gd extension not available\n");
H A Dfunc.inc129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h670 ZEND_FUNCTION(imagecopy);
805 ZEND_FE(imagecopy, arginfo_imagecopy)
H A Dgd.stub.php202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … function
H A Dgd.c2916 PHP_FUNCTION(imagecopy) in PHP_FUNCTION() argument

Completed in 32 milliseconds