Searched defs:colorsWanted (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_topal.c | 1757 static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr *cimP); 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 *cimP) 1815 if (colorsWanted > maxColors) 1817 colorsWanted = maxColors; 1941 /* TBB 2.0.5: pass colorsWanted, not 256! */ 1942 select_colors (oim, nim, cquantize, colorsWanted); [all...] |
Completed in 10 milliseconds