gdImageColorsTotal 2722 gd/gd.c        				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2778 gd/gd.c        				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3059 gd/gd.c        	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3122 gd/gd.c        	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3150 gd/gd.c        	if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColorsTotal(im))) {
gdImageColorsTotal 3197 gd/gd.c        	for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3403 gd/gd.c        	RETURN_LONG(gdImageColorsTotal(im));
gdImageColorsTotal 4287 gd/gd.c        	if (_fg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal 4292 gd/gd.c        	if (_bg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal  176 gd/gd_ctx.c    				for(i=0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2741 gd/libgd/gd.c  		for (i = 0; i < gdImageColorsTotal(brush); i++) {
gdImageColorsTotal 2754 gd/libgd/gd.c  		for (i = 0; i < gdImageColorsTotal(tile); i++) {
gdImageColorsTotal  511 gd/libgd/gd_rotate.c 	if (!gdImageTrueColor(src) && (clrBack < 0 || clrBack>=gdImageColorsTotal(src))) {
gdImageColorsTotal  327 gd/libgd/gdtest.c       fprintf (stderr, "WBMP has %d colors\n", gdImageColorsTotal (im2));
gdImageColorsTotal  329 gd/libgd/gdtest.c       for (i = 0; (i < gdImageColorsTotal (im2)); i++)
gdImageColorsTotal  144 gd/libgd/webpng.c 	      for (j = 0; (j < gdImageColorsTotal (im)); j++)
gdImageColorsTotal  167 gd/libgd/webpng.c 		  gdImageColorsTotal (im));