Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgdxpm.c34 number = image.ncolors; in gdImageCreateFromXpm()
H A Dgd_topal.c946 int i, x, ncolors; local
1088 ncolors = 0;
1092 colorlist[ncolors++] = (JSAMPLE) i;
1094 return ncolors;
/PHP-7.0/ext/gd/
H A Dgd.c1532 zend_long ncolors; in PHP_FUNCTION() local
1535 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1543 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
1547 gdImageTrueColorToPalette(im, dither, (int)ncolors); in PHP_FUNCTION()

Completed in 54 milliseconds