Home
last modified time | relevance | path

Searched refs:ncolors (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.3/ext/gd/
H A Dgd.c1581 zend_long ncolors; in PHP_FUNCTION() local
1584 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1592 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
1596 if (gdImageTrueColorToPalette(im, dither, (int)ncolors)) { in PHP_FUNCTION()
/PHP-7.3/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()

Completed in 22 milliseconds