Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c110 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()
H A Dgd.h633 #define GD2_CHUNKSIZE_MIN 64 macro

Completed in 9 milliseconds