Home
last modified time | relevance | path

Searched refs:png_check_IHDR (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngprefix.h22 #define png_check_IHDR PDFIUM_png_check_IHDR macro
Dpngget.c861 png_check_IHDR(png_ptr, info_ptr->width, info_ptr->height, in png_get_IHDR()
Dpngpriv.h1711 PNG_INTERNAL_FUNCTION(void,png_check_IHDR,(png_const_structrp png_ptr,
Dpngset.c272 png_check_IHDR (png_ptr, info_ptr->width, info_ptr->height, in png_set_IHDR()
Dpng.c2548 png_check_IHDR(png_const_structrp png_ptr,
/external/libpng/
Dpngget.c861 png_check_IHDR(png_ptr, info_ptr->width, info_ptr->height, in png_get_IHDR()
Dpngpriv.h1711 PNG_INTERNAL_FUNCTION(void,png_check_IHDR,(png_const_structrp png_ptr,
Dpngset.c272 png_check_IHDR (png_ptr, info_ptr->width, info_ptr->height, in png_set_IHDR()
Dpng.c2547 png_check_IHDR(png_const_structrp png_ptr,
DCHANGES2416 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2421 Revised png_check_IHDR() to eliminate bogus complaint about filter_type.
2425 Revised png_check_IHDR() to add a test for width variable less than 32-bit.
2428 Revised png_check_IHDR() again, to check info_ptr members instead of
4801 Removed potentially misleading warning from png_check_IHDR().
5143 Corrected the width limit calculation in png_check_IHDR().