ncolors 1629 ext/gd/gd.c long ncolors; ncolors 1632 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rbl", &IM, &dither, &ncolors) == FAILURE) { ncolors 1638 ext/gd/gd.c if (ncolors <= 0) { ncolors 1642 ext/gd/gd.c gdImageTrueColorToPalette(im, dither, ncolors); ncolors 946 ext/gd/libgd/gd_topal.c int i, x, ncolors; ncolors 1088 ext/gd/libgd/gd_topal.c ncolors = 0; ncolors 1092 ext/gd/libgd/gd_topal.c colorlist[ncolors++] = (JSAMPLE) i; ncolors 1094 ext/gd/libgd/gd_topal.c return ncolors; ncolors 34 ext/gd/libgd/gdxpm.c number = image.ncolors;