Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c325 int *error_limiter_storage; /* gdMalloc'd storage for the above */ member
1602 cquantize->error_limiter_storage =
1604 if (!cquantize->error_limiter_storage)
1608 table = cquantize->error_limiter_storage;
2057 if (cquantize->error_limiter_storage)
2059 gdFree (cquantize->error_limiter_storage);

Completed in 11 milliseconds