Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c320 FSERRPTR fserrors; /* accumulated errors */ member
1706 if (cquantize->fserrors == NULL)
1707 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1710 jzero_far ((void FAR *) cquantize->fserrors, arraysize);
1855 cquantize->fserrors = NULL; /* flag optional arrays not allocated */
1918 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1930 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);
1931 memset(cquantize->fserrors, 0, arraysize);
1932 if (!cquantize->fserrors)
2053 if (cquantize->fserrors)
[all …]

Completed in 10 milliseconds