Home
last modified time | relevance | path

Searched refs:colorsWanted (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c1757 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 Dgd.h563 gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int ditherFlag, int colorsWanted);
565 void gdImageTrueColorToPalette(gdImagePtr im, int ditherFlag, int colorsWanted);
/PHP-5.5/ext/gd/
H A Dgd.c162 ZEND_ARG_INFO(0, colorsWanted)

Completed in 25 milliseconds