Searched refs:gdImagePaletteCopy (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd2copypal.c | 50 gdImagePaletteCopy (im, pal); in main()
|
H A D | gd_rotate.c | 226 gdImagePaletteCopy (dst, src); in gdImageRotate90() 273 gdImagePaletteCopy (dst, src); in gdImageRotate180() 321 gdImagePaletteCopy (dst, src); in gdImageRotate270() 388 gdImagePaletteCopy (dst1, src); in gdImageRotate45()
|
H A D | gd.h | 465 void gdImagePaletteCopy(gdImagePtr dst, gdImagePtr src);
|
H A D | gd.c | 607 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy() function
|
/PHP-5.4/main/ |
H A D | php_compat.h | 284 #define gdImagePaletteCopy php_gd_gdImagePaletteCopy macro
|
/PHP-5.4/ext/gd/ |
H A D | config.m4 | 258 …PHP_CHECK_LIBRARY(gd, gdImagePaletteCopy, [AC_DEFINE(HAVE_LIBGD15, 1, [ ])], [], […
|
H A D | gd.c | 2966 gdImagePaletteCopy(dst, src); in PHP_FUNCTION()
|
Completed in 29 milliseconds