Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/gd/
H A Dgd.c1609 long ncolors; in PHP_FUNCTION() local
1612 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rbl", &IM, &dither, &ncolors) == FAILURE) { in PHP_FUNCTION()
1618 if (ncolors <= 0) { in PHP_FUNCTION()
1622 gdImageTrueColorToPalette(im, dither, ncolors); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS9295 - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).

Completed in 54 milliseconds