Searched refs:GD2_CHUNKSIZE_MAX (Results 1 – 2 of 2) sorted by relevance
110 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader()674 } else if (cs > GD2_CHUNKSIZE_MAX) { in _gdImageGd2()675 cs = GD2_CHUNKSIZE_MAX; in _gdImageGd2()
634 #define GD2_CHUNKSIZE_MAX 4096 macro
Completed in 9 milliseconds