Searched refs:PNG_UINT_32_MAX (Results 1 – 21 of 21) sorted by relevance
167 if (items > PNG_UINT_32_MAX/size) in png_zalloc()1012 if ( width > (PNG_UINT_32_MAX in png_check_IHDR()
762 if (height > PNG_UINT_32_MAX/png_sizeof(png_bytep))
260 if (width > (PNG_UINT_32_MAX in png_set_IHDR()
1376 if (info_ptr->height > PNG_UINT_32_MAX/png_sizeof(png_bytep)) in png_read_png()
418 if (height > PNG_UINT_32_MAX/png_sizeof(png_byte))421 if (width > PNG_UINT_32_MAX/pixel_size)
1293 Added PNG_UINT_32_MAX macro.
990 if (height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
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
1033 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
1168 if (height > PNG_UINT_32_MAX/(sizeof (png_byte)))1172 if (width > PNG_UINT_32_MAX/pixel_size)
1043 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
838 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
1042 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
1445 Added PNG_UINT_32_MAX macro.
1051 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro