Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug66005.phpt2 Bug #66005 (imagecopy does not support 1bit transparency on truecolor images)
28 imagecopy($dest, $png_palette, 0, 0, 0, 0, 50, 50);
29 imagecopy($dest, $png_24, 50, 0, 0, 0, 50, 50);
30 imagecopy($dest, $png_full, 100, 0, 0, 0, 50, 50);
H A Dcopy.phpt2 imagecopy
16 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
36 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
65 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
94 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
17 imagecopy($dst_tc, $src, 0,0, 0,0, imagesx($src), imagesy($src));
H A Dbug72913.phpt2 Bug #72913 (imagecopy() loses single-color transparency on palette images)
24 imagecopy($dst, $src, 0,0, 0,0, 50,50);
H A Dfunc.inc129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
/php-src/ext/gd/
H A Dgd_arginfo.h689 ZEND_FUNCTION(imagecopy);
829 ZEND_FE(imagecopy, arginfo_imagecopy)
H A Dgd.stub.php708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … function
H A Dgd.c2834 PHP_FUNCTION(imagecopy) in PHP_FUNCTION() argument

Completed in 25 milliseconds