Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/gd/
H A Dphp_gd.h101 PHP_FUNCTION(imagecopy);
H A Dgd.c896 PHP_FE(imagecopy, arginfo_imagecopy)
3801 PHP_FUNCTION(imagecopy) in PHP_FUNCTION() argument

Completed in 42 milliseconds