Searched refs:gdMaxColors (Results 1 – 7 of 7) sorted by relevance
58 #define gdMaxColors 256 macro113 int red[gdMaxColors];114 int green[gdMaxColors];115 int blue[gdMaxColors];116 int open[gdMaxColors];132 int brushColorMap[gdMaxColors];133 int tileColorMap[gdMaxColors];148 int alpha[gdMaxColors];
42 if (im->colorsTotal > gdMaxColors) { in _gdGetColors()68 for (i = 0; i < gdMaxColors; i++) { in _gdGetColors()222 for (i = 0; i < gdMaxColors; i++) { in _gdPutColors()
344 for (i = num_palette; i < gdMaxColors; ++i) { in gdImageCreateFromPngCtx()401 for (i = num_palette; i < gdMaxColors; ++i) { in gdImageCreateFromPngCtx()469 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx()472 png_color palette[gdMaxColors]; in gdImagePngCtxEx()538 for (i = 0; i < gdMaxColors; ++i) { in gdImagePngCtxEx()
567 for (i=0; (i<gdMaxColors); i++) { in ReadImage()574 im->colorsTotal = gdMaxColors; in ReadImage()590 if (v >= gdMaxColors) { in ReadImage()
159 for (i = 0; i < gdMaxColors; i++) { in gdImageCreate()495 if (ct == gdMaxColors) { in gdImageColorAllocateAlpha()569 if (op == gdMaxColors) in gdImageColorResolveAlpha()598 if (color > -1 && color < im->colorsTotal && color < gdMaxColors) { in gdImageColorTransparent()2157 int colorMap[gdMaxColors]; in gdImageCopy()2207 for (i = 0; i < gdMaxColors; i++) { in gdImageCopy()2351 int colorMap[gdMaxColors]; in gdImageCopyResized()2375 for (i = 0; (i < gdMaxColors); i++) { in gdImageCopyResized()
64 #define MAXJSAMPLE (gdMaxColors-1)1788 int maxColors = gdMaxColors;
1451 if (op == gdMaxColors) { /* No room for more colors */ in gdImageColorResolve()
Completed in 46 milliseconds