Searched refs:PNG_USER_HEIGHT_MAX (Results 1 – 13 of 13) sorted by relevance
31 # ifdef PNG_USER_HEIGHT_MAX32 # undef PNG_USER_HEIGHT_MAX33 # define PNG_USER_HEIGHT_MAX 1000000L macro
258 # ifndef PNG_USER_HEIGHT_MAX259 # define PNG_USER_HEIGHT_MAX 1000000 macro272 # ifndef PNG_USER_HEIGHT_MAX273 # define PNG_USER_HEIGHT_MAX 0x7fffffff macro
241 create_struct.user_height_max = PNG_USER_HEIGHT_MAX;2392 if (height > PNG_USER_HEIGHT_MAX)
12 # @# define PNG_USER_HEIGHT_MAX 65535
205 #define PNG_USER_HEIGHT_MAX 1000000 macro
248 create_struct.user_height_max = PNG_USER_HEIGHT_MAX;2547 if (height > PNG_USER_HEIGHT_MAX)
4899 PNG_USER_WIDTH_MAX and PNG_USER_HEIGHT_MAX, although this document said
151 # ifndef PNG_USER_HEIGHT_MAX152 # define PNG_USER_HEIGHT_MAX 1000000 macro165 # ifndef PNG_USER_HEIGHT_MAX166 # define PNG_USER_HEIGHT_MAX 0x7fffffff macro
68 png_ptr->user_height_max = PNG_USER_HEIGHT_MAX;
493 png_ptr->user_height_max = PNG_USER_HEIGHT_MAX;
1203 if (height > PNG_USER_HEIGHT_MAX)
205 #define PNG_USER_HEIGHT_MAX 1000000