Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c247 typedef hist1d FAR *hist2d; /* type for the 2nd-level pointers */ typedef
248 typedef hist2d *hist3d; /* type for top-level pointer */
1528 cquantize->histogram = (hist3d) safe_emalloc (HIST_C0_ELEMS, sizeof (hist2d), 0); in gdImageTrueColorToPaletteBody()
1532 (hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0); in gdImageTrueColorToPaletteBody()

Completed in 7 milliseconds