Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c238 #define MAXNUMCOLORS (MAXJSAMPLE+1) /* maximum size of colormap */ macro
948 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */
1223 JSAMPLE colorlist[MAXNUMCOLORS];
1698 if (i > MAXNUMCOLORS)
1699 ERREXIT1 (cinfo, JERR_QUANT_MANY_COLORS, MAXNUMCOLORS);
1896 if (desired > MAXNUMCOLORS)
1897 ERREXIT1 (cinfo, JERR_QUANT_MANY_COLORS, MAXNUMCOLORS);

Completed in 17 milliseconds