gdMaxColors 159 ext/gd/libgd/gd.c for (i = 0; i < gdMaxColors; i++) { gdMaxColors 499 ext/gd/libgd/gd.c if (ct == gdMaxColors) { gdMaxColors 573 ext/gd/libgd/gd.c if (op == gdMaxColors) gdMaxColors 602 ext/gd/libgd/gd.c if (color > -1 && color < im->colorsTotal && color < gdMaxColors) { gdMaxColors 2158 ext/gd/libgd/gd.c int colorMap[gdMaxColors]; gdMaxColors 2208 ext/gd/libgd/gd.c for (i = 0; i < gdMaxColors; i++) { gdMaxColors 2352 ext/gd/libgd/gd.c int colorMap[gdMaxColors]; gdMaxColors 2373 ext/gd/libgd/gd.c for (i = 0; (i < gdMaxColors); i++) { gdMaxColors 178 ext/gd/libgd/gd.h int red[gdMaxColors]; gdMaxColors 179 ext/gd/libgd/gd.h int green[gdMaxColors]; gdMaxColors 180 ext/gd/libgd/gd.h int blue[gdMaxColors]; gdMaxColors 181 ext/gd/libgd/gd.h int open[gdMaxColors]; gdMaxColors 197 ext/gd/libgd/gd.h int brushColorMap[gdMaxColors]; gdMaxColors 198 ext/gd/libgd/gd.h int tileColorMap[gdMaxColors]; gdMaxColors 213 ext/gd/libgd/gd.h int alpha[gdMaxColors]; gdMaxColors 42 ext/gd/libgd/gd_gd.c if (im->colorsTotal > gdMaxColors) { gdMaxColors 68 ext/gd/libgd/gd_gd.c for (i = 0; i < gdMaxColors; i++) { gdMaxColors 222 ext/gd/libgd/gd_gd.c for (i = 0; i < gdMaxColors; i++) { gdMaxColors 567 ext/gd/libgd/gd_gif_in.c for (i=0; (i<gdMaxColors); i++) { gdMaxColors 574 ext/gd/libgd/gd_gif_in.c im->colorsTotal = gdMaxColors; gdMaxColors 590 ext/gd/libgd/gd_gif_in.c if (v >= gdMaxColors) { gdMaxColors 345 ext/gd/libgd/gd_png.c for (i = num_palette; i < gdMaxColors; ++i) { gdMaxColors 403 ext/gd/libgd/gd_png.c for (i = num_palette; i < gdMaxColors; ++i) { gdMaxColors 471 ext/gd/libgd/gd_png.c int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ gdMaxColors 474 ext/gd/libgd/gd_png.c png_color palette[gdMaxColors]; gdMaxColors 540 ext/gd/libgd/gd_png.c for (i = 0; i < gdMaxColors; ++i) { gdMaxColors 64 ext/gd/libgd/gd_topal.c #define MAXJSAMPLE (gdMaxColors-1) gdMaxColors 1788 ext/gd/libgd/gd_topal.c int maxColors = gdMaxColors;