Home
last modified time | relevance | path

Searched refs:gdImageTrueColorToPalette (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dtestac.c122 gdImageTrueColorToPalette (im_out, 1, 256); in testDrawing()
H A Dgd.h565 void gdImageTrueColorToPalette(gdImagePtr im, int ditherFlag, int colorsWanted);
H A Dgd_topal.c1766 void gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) function
/PHP-5.5/main/
H A Dphp_compat.h319 #define gdImageTrueColorToPalette php_gd_gdImageTrueColorToPalette macro
/PHP-5.5/ext/gd/
H A Dgd.c1622 gdImageTrueColorToPalette(im, dither, ncolors); in PHP_FUNCTION()
2609 gdImageTrueColorToPalette(im,1,256); in _php_image_output()
2663 gdImageTrueColorToPalette(im,1,256); in _php_image_output()
4408 gdImageTrueColorToPalette(im_org, 1, 256); in _php_image_bw_convert()

Completed in 28 milliseconds