Searched refs:gdMaxColors (Results 1 – 7 of 7) sorted by relevance
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()
58 #define gdMaxColors 256 macro178 int red[gdMaxColors];179 int green[gdMaxColors];180 int blue[gdMaxColors];181 int open[gdMaxColors];197 int brushColorMap[gdMaxColors];198 int tileColorMap[gdMaxColors];213 int alpha[gdMaxColors];
345 for (i = num_palette; i < gdMaxColors; ++i) { in gdImageCreateFromPngCtx()403 for (i = num_palette; i < gdMaxColors; ++i) { in gdImageCreateFromPngCtx()471 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx()474 png_color palette[gdMaxColors]; in gdImagePngCtxEx()540 for (i = 0; i < gdMaxColors; ++i) { in gdImagePngCtxEx()
577 for (i=0; (i<gdMaxColors); i++) { in ReadImage()584 im->colorsTotal = gdMaxColors; in ReadImage()600 if (v >= gdMaxColors) { in ReadImage()
161 for (i = 0; i < gdMaxColors; i++) { in gdImageCreate()501 if (ct == gdMaxColors) { in gdImageColorAllocateAlpha()575 if (op == gdMaxColors) in gdImageColorResolveAlpha()2203 int colorMap[gdMaxColors]; in gdImageCopy()2235 for (i = 0; i < gdMaxColors; i++) { in gdImageCopy()2379 int colorMap[gdMaxColors]; in gdImageCopyResized()2400 for (i = 0; (i < gdMaxColors); i++) { in gdImageCopyResized()
64 #define MAXJSAMPLE (gdMaxColors-1)1788 int maxColors = gdMaxColors;
2260 if (bgcolor < gdMaxColors) { in gdImageRotateInterpolated()
Completed in 62 milliseconds