Searched refs:PNG_UINT_32_MAX (Results 1 – 12 of 12) sorted by relevance
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()
968 if (height > PNG_UINT_32_MAX / (sizeof (png_bytep)))
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.
2463 png_set_chunk_cache_max(ping,(png_uint_32) MagickMin(PNG_UINT_32_MAX, in ReadOnePNGImage()