Searched refs:GD2_CHUNKSIZE_MAX (Results 1 – 2 of 2) sorted by relevance
111 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader()696 } else if (cs > GD2_CHUNKSIZE_MAX) { in _gdImageGd2()697 cs = GD2_CHUNKSIZE_MAX; in _gdImageGd2()
800 #define GD2_CHUNKSIZE_MAX 4096 macro
Completed in 16 milliseconds