Home
last modified time | relevance | path

Searched refs:gdImagePaletteCopy (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dgd2copypal.c50 gdImagePaletteCopy (im, pal); in main()
H A Dgd_rotate.c226 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 Dgd.h465 void gdImagePaletteCopy(gdImagePtr dst, gdImagePtr src);
H A Dgd.c607 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy() function
/PHP-5.4/main/
H A Dphp_compat.h284 #define gdImagePaletteCopy php_gd_gdImagePaletteCopy macro
/PHP-5.4/ext/gd/
H A Dconfig.m4258 …PHP_CHECK_LIBRARY(gd, gdImagePaletteCopy, [AC_DEFINE(HAVE_LIBGD15, 1, [ ])], [], […
H A Dgd.c2966 gdImagePaletteCopy(dst, src); in PHP_FUNCTION()

Completed in 29 milliseconds