Home
last modified time | relevance | path

Searched refs:gdMaxColors (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd.h58 #define gdMaxColors 256 macro
113 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];
H A Dgd_gd.c42 if (im->colorsTotal > gdMaxColors) { in _gdGetColors()
68 for (i = 0; i < gdMaxColors; i++) { in _gdGetColors()
222 for (i = 0; i < gdMaxColors; i++) { in _gdPutColors()
H A Dgd_png.c344 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()
H A Dgd_gif_in.c567 for (i=0; (i<gdMaxColors); i++) { in ReadImage()
574 im->colorsTotal = gdMaxColors; in ReadImage()
590 if (v >= gdMaxColors) { in ReadImage()
H A Dgd.c159 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()
H A Dgd_topal.c64 #define MAXJSAMPLE (gdMaxColors-1)
1788 int maxColors = gdMaxColors;
/PHP-5.3/ext/gd/
H A Dgd.c1451 if (op == gdMaxColors) { /* No room for more colors */ in gdImageColorResolve()

Completed in 69 milliseconds