Home
last modified time | relevance | path

Searched refs:dither (Results 1 – 2 of 2) 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…
1944 if (dither)
/PHP-5.5/ext/gd/
H A Dgd.c1608 zend_bool dither; in PHP_FUNCTION() local
1612 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1622 gdImageTrueColorToPalette(im, dither, ncolors); in PHP_FUNCTION()

Completed in 22 milliseconds