Searched refs:GD2_CHUNKSIZE_MIN (Results 1 – 2 of 2) sorted by relevance
111 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader()694 } else if (cs < GD2_CHUNKSIZE_MIN) { in _gdImageGd2()695 cs = GD2_CHUNKSIZE_MIN; in _gdImageGd2()
799 #define GD2_CHUNKSIZE_MIN 64 macro
Completed in 9 milliseconds