Searched refs:GD2_CHUNKSIZE_MIN (Results 1 – 2 of 2) sorted by relevance
110 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader()672 } else if (cs < GD2_CHUNKSIZE_MIN) { in _gdImageGd2()673 cs = GD2_CHUNKSIZE_MIN; in _gdImageGd2()
633 #define GD2_CHUNKSIZE_MIN 64 macro
Completed in 12 milliseconds