Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c232 #define HIST_C0_ELEMS (1<<HIST_C0_BITS) macro
1422 for (i = 0; i < HIST_C0_ELEMS; i++) in zeroHistogram()
1528 cquantize->histogram = (hist3d) safe_emalloc (HIST_C0_ELEMS, sizeof (hist2d), 0); in gdImageTrueColorToPaletteBody()
1529 for (i = 0; i < HIST_C0_ELEMS; i++) in gdImageTrueColorToPaletteBody()
1652 for (i = 0; i < HIST_C0_ELEMS; i++) in gdImageTrueColorToPaletteBody()

Completed in 8 milliseconds