Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgdxpm.c34 number = image.ncolors; in gdImageCreateFromXpm()
H A Dgd_topal.c839 int i, x, ncolors; in find_nearby_colors() local
969 ncolors = 0; in find_nearby_colors()
973 colorlist[ncolors++] = (JSAMPLE) i; in find_nearby_colors()
975 return ncolors; in find_nearby_colors()
/php-src/ext/gd/
H A Dgd.c724 zend_long ncolors; in PHP_FUNCTION() local
727 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Obl", &IM, gd_image_ce, &dither, &ncolors) == FAILURE)… in PHP_FUNCTION()
733 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
738 if (gdImageTrueColorToPalette(im, dither, (int)ncolors)) { in PHP_FUNCTION()

Completed in 18 milliseconds