Searched refs:PNG_UINT_32_MAX (Results 1 – 11 of 11) sorted by relevance
852 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
995 if (height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
681 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro
1053 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
3154 if (png_ptr->height > PNG_UINT_32_MAX/row_factor) in png_check_chunk_length()
1182 if (height > PNG_UINT_32_MAX/(sizeof (png_byte)))1186 if (width > PNG_UINT_32_MAX/pixel_size)
1445 Added PNG_UINT_32_MAX macro.
837 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
686 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro
1043 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
2456 png_set_chunk_cache_max(ping,(png_uint_32) MagickMin(PNG_UINT_32_MAX, in ReadOnePNGImage()