gdImageColorsTotal 2618 gd.c           				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2670 gd.c           				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2937 gd.c           	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3000 gd.c           	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3028 gd.c           	if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColorsTotal(im))) {
gdImageColorsTotal 3075 gd.c           	for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3281 gd.c           	RETURN_LONG(gdImageColorsTotal(im));
gdImageColorsTotal 4148 gd.c           	if (_fg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal 4153 gd.c           	if (_bg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal  176 gd_ctx.c       				for(i=0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2739 libgd/gd.c     		for (i = 0; i < gdImageColorsTotal(brush); i++) {
gdImageColorsTotal 2752 libgd/gd.c     		for (i = 0; i < gdImageColorsTotal(tile); i++) {
gdImageColorsTotal  514 libgd/gd_rotate.c 	if (!gdImageTrueColor(src) && (clrBack < 0 || clrBack>=gdImageColorsTotal(src))) {
gdImageColorsTotal  327 libgd/gdtest.c       fprintf (stderr, "WBMP has %d colors\n", gdImageColorsTotal (im2));
gdImageColorsTotal  329 libgd/gdtest.c       for (i = 0; (i < gdImageColorsTotal (im2)); i++)
gdImageColorsTotal  144 libgd/webpng.c 	      for (j = 0; (j < gdImageColorsTotal (im)); j++)
gdImageColorsTotal  167 libgd/webpng.c 		  gdImageColorsTotal (im));