Searched refs:colorsWanted (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_topal.c | 1757 static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr… 1759 gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int dither, int colorsWanted) argument 1762 gdImageTrueColorToPaletteBody(im, dither, colorsWanted, &nim); 1766 void gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) argument 1768 gdImageTrueColorToPaletteBody(im, dither, colorsWanted, 0); 1779 static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr… 1815 if (colorsWanted > maxColors) 1817 colorsWanted = maxColors; 1942 select_colors (oim, nim, cquantize, colorsWanted);
|
H A D | gd.h | 444 gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int ditherFlag, int colorsWanted); 446 void gdImageTrueColorToPalette(gdImagePtr im, int ditherFlag, int colorsWanted);
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 195 ZEND_ARG_INFO(0, colorsWanted)
|
Completed in 25 milliseconds