Home
last modified time | relevance | path

Searched refs:dither (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c1429 static int gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr …
1431 gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int dither, int colorsWanted) in gdImageCreatePaletteFromTrueColor() argument
1434 if (TRUE == gdImageTrueColorToPaletteBody(im, dither, colorsWanted, &nim)) { in gdImageCreatePaletteFromTrueColor()
1440 int gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) in gdImageTrueColorToPalette() argument
1442 return gdImageTrueColorToPaletteBody(im, dither, colorsWanted, 0); in gdImageTrueColorToPalette()
1462 static int gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr … in gdImageTrueColorToPaletteBody() argument
1557 if (dither) in gdImageTrueColorToPaletteBody()
/PHP-7.4/ext/gd/
H A Dgd.c1623 zend_bool dither; in PHP_FUNCTION() local
1627 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1639 if (gdImageTrueColorToPalette(im, dither, (int)ncolors)) { in PHP_FUNCTION()

Completed in 21 milliseconds