gdImageColorsTotal 2841 ext/gd/gd.c for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 2899 ext/gd/gd.c for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3206 ext/gd/gd.c if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3279 ext/gd/gd.c if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3306 ext/gd/gd.c if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColorsTotal(im))) {
gdImageColorsTotal 3315 ext/gd/gd.c if (col >= 0 && col < gdImageColorsTotal(im)) {
gdImageColorsTotal 3370 ext/gd/gd.c for (i = 0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3630 ext/gd/gd.c RETURN_LONG(gdImageColorsTotal(im));
gdImageColorsTotal 4584 ext/gd/gd.c if (_fg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal 4586 ext/gd/gd.c if (_fg < 0 || _fg > gdImageColorsTotal(bg_img)) {
gdImageColorsTotal 4593 ext/gd/gd.c if (_bg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageColorsTotal 4595 ext/gd/gd.c if (_bg < 0 || _bg > gdImageColorsTotal(bg_img)) {
gdImageColorsTotal 134 ext/gd/gd_ctx.c for(i=0; i < gdImageColorsTotal(im); i++) {
gdImageColorsTotal 3138 ext/gd/libgd/gd.c if (!gdImageTrueColor(src) && clrBack>=gdImageColorsTotal(src)) {
gdImageColorsTotal 3366 ext/gd/libgd/gd.c for (i = 0; i < gdImageColorsTotal(brush); i++) {
gdImageColorsTotal 3379 ext/gd/libgd/gd.c for (i = 0; i < gdImageColorsTotal(tile); i++) {
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));