Searched refs:PNG_UINT_32_MAX (Results 1 – 7 of 7) sorted by relevance
968 if (height > PNG_UINT_32_MAX / (sizeof (png_bytep)))
852 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
650 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro
1059 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
3174 if (png_ptr->height > PNG_UINT_32_MAX/row_factor) in png_check_chunk_length()
1183 if (height > PNG_UINT_32_MAX/(sizeof (png_byte)))1187 if (width > PNG_UINT_32_MAX/pixel_size)
1444 Added PNG_UINT_32_MAX macro.