Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgdxpm.c39 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-5.3/ext/gd/
H A Dgd.c1667 long ncolors; in PHP_FUNCTION() local
1670 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1676 if (ncolors <= 0) { in PHP_FUNCTION()
1680 gdImageTrueColorToPalette(im, dither, ncolors); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS6245 - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).

Completed in 51 milliseconds