gdImageColorsTotal 2554 ext/gd/gd.c    				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2606 ext/gd/gd.c    				for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2890 ext/gd/gd.c    	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 2959 ext/gd/gd.c    	if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 2989 ext/gd/gd.c    	if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColorsTotal(im))) {
gdImageColorsTotal 3039 ext/gd/gd.c    	for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3270 ext/gd/gd.c    	RETURN_LONG(gdImageColorsTotal(im));
gdImageColorsTotal  183 ext/gd/gd_ctx.c 				for(i=0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2747 ext/gd/libgd/gd.c 		for (i = 0; i < gdImageColorsTotal(brush); i++) {
gdImageColorsTotal 2760 ext/gd/libgd/gd.c 		for (i = 0; i < gdImageColorsTotal(tile); i++) {
gdImageColorsTotal  514 ext/gd/libgd/gd_rotate.c 	if (!gdImageTrueColor(src) && (clrBack < 0 || clrBack>=gdImageColorsTotal(src))) {
gdImageColorsTotal  327 ext/gd/libgd/gdtest.c       fprintf (stderr, "WBMP has %d colors\n", gdImageColorsTotal (im2));
gdImageColorsTotal  329 ext/gd/libgd/gdtest.c       for (i = 0; (i < gdImageColorsTotal (im2)); i++)
gdImageColorsTotal  144 ext/gd/libgd/webpng.c 	      for (j = 0; (j < gdImageColorsTotal (im)); j++)
gdImageColorsTotal  167 ext/gd/libgd/webpng.c 		  gdImageColorsTotal (im));