Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c295 FSERRPTR fserrors; /* accumulated errors */ member
1223 errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */ in pass2_fs_dither()
1230 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()
1523 cquantize->fserrors = NULL; /* flag optional arrays not allocated */ in gdImageTrueColorToPaletteBody()
1539 cquantize->fserrors = (FSERRPTR) safe_emalloc (3, sizeof (FSERROR), 0); in gdImageTrueColorToPaletteBody()
1543 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize); in gdImageTrueColorToPaletteBody()
1544 memset(cquantize->fserrors, 0, arraysize); in gdImageTrueColorToPaletteBody()
1545 if (!cquantize->fserrors) in gdImageTrueColorToPaletteBody()
1663 if (cquantize->fserrors) in gdImageTrueColorToPaletteBody()
1665 gdFree (cquantize->fserrors); in gdImageTrueColorToPaletteBody()

Completed in 10 milliseconds