gdMaxColors 1561 ext/gd/gd.c if (op == gdMaxColors) { /* No room for more colors */
gdMaxColors 155 ext/gd/libgd/gd.c for (i = 0; i < gdMaxColors; i++) {
gdMaxColors 491 ext/gd/libgd/gd.c if (ct == gdMaxColors) {
gdMaxColors 565 ext/gd/libgd/gd.c if (op == gdMaxColors)
gdMaxColors 594 ext/gd/libgd/gd.c if (color > -1 && color<im->colorsTotal && color<=gdMaxColors) {
gdMaxColors 2248 ext/gd/libgd/gd.c int colorMap[gdMaxColors];
gdMaxColors 2298 ext/gd/libgd/gd.c for (i = 0; i < gdMaxColors; i++) {
gdMaxColors 2443 ext/gd/libgd/gd.c int colorMap[gdMaxColors];
gdMaxColors 2467 ext/gd/libgd/gd.c for (i = 0; (i < gdMaxColors); i++) {
gdMaxColors 113 ext/gd/libgd/gd.h int red[gdMaxColors];
gdMaxColors 114 ext/gd/libgd/gd.h int green[gdMaxColors];
gdMaxColors 115 ext/gd/libgd/gd.h int blue[gdMaxColors];
gdMaxColors 116 ext/gd/libgd/gd.h int open[gdMaxColors];
gdMaxColors 132 ext/gd/libgd/gd.h int brushColorMap[gdMaxColors];
gdMaxColors 133 ext/gd/libgd/gd.h int tileColorMap[gdMaxColors];
gdMaxColors 148 ext/gd/libgd/gd.h int alpha[gdMaxColors];
gdMaxColors 65 ext/gd/libgd/gd_gd.c for (i = 0; i < gdMaxColors; i++) {
gdMaxColors 219 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 338 ext/gd/libgd/gd_png.c for (i = num_palette; i < gdMaxColors; ++i) {
gdMaxColors 394 ext/gd/libgd/gd_png.c for (i = num_palette; i < gdMaxColors; ++i) {
gdMaxColors 462 ext/gd/libgd/gd_png.c int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */
gdMaxColors 465 ext/gd/libgd/gd_png.c png_color palette[gdMaxColors];
gdMaxColors 526 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;