Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c234 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro
246 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
491 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
504 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
1425 0, HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof (histcell)); in zeroHistogram()
1532 (hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0); in gdImageTrueColorToPaletteBody()

Completed in 8 milliseconds