Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c242 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */ typedef
244 typedef histcell FAR *histptr; /* for pointers to histogram cells */
246 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
1123 *cachep++ = (histcell) ((*cptr++) + 1); in fill_inverse_cmap()
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 10 milliseconds