Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dtestac.c122 gdImageTrueColorToPalette (im_out, 1, 256); in testDrawing()
H A Dgd.h566 void gdImageTrueColorToPalette(gdImagePtr im, int ditherFlag, int colorsWanted);
H A Dgd_topal.c1766 void gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) function
/PHP-7.1/main/
H A Dphp_compat.h319 #define gdImageTrueColorToPalette php_gd_gdImageTrueColorToPalette macro
/PHP-7.1/ext/gd/
H A Dgd.c1547 gdImageTrueColorToPalette(im, dither, (int)ncolors); in PHP_FUNCTION()
2590 gdImageTrueColorToPalette(im,1,256); in _php_image_output()
2644 gdImageTrueColorToPalette(im,1,256); in _php_image_output()
4001 gdImageTrueColorToPalette(im_org, 1, 256); in _php_image_bw_convert()

Completed in 37 milliseconds