Home
last modified time | relevance | path

Searched refs:PNG_UINT_32_MAX (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngtrans.c852 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
Dpng.h650 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro
Dpngread.c1059 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
Dpngrutil.c3174 if (png_ptr->height > PNG_UINT_32_MAX/row_factor) in png_check_chunk_length()
/external/libpng/
Dpngtrans.c852 return PNG_UINT_32_MAX; /* help the app not to fail silently */ in png_get_current_row_number()
Dexample.c968 if (height > PNG_UINT_32_MAX / (sizeof (png_bytep)))
Dpng.h650 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) macro
Dpngread.c1059 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep))) in png_read_png()
Dpngrutil.c3174 if (png_ptr->height > PNG_UINT_32_MAX/row_factor) in png_check_chunk_length()
Dlibpng-manual.txt1183 if (height > PNG_UINT_32_MAX/(sizeof (png_byte)))
1187 if (width > PNG_UINT_32_MAX/pixel_size)
DCHANGES1444 Added PNG_UINT_32_MAX macro.
/external/ImageMagick/coders/
Dpng.c2463 png_set_chunk_cache_max(ping,(png_uint_32) MagickMin(PNG_UINT_32_MAX, in ReadOnePNGImage()