Home
last modified time | relevance | path

Searched refs:png_check_sig (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpng.c144 png_check_sig(png_bytep sig, int num) in png_check_sig() function
DCHANGES412 Changed libpng.txt to demonstrate png_sig_cmp() instead of png_check_sig()
2581 Changed png_check_sig() to !png_sig_cmp() in contrib programs.
/external/libpng/
Dpng.h954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
DCHANGES441 Changed libpng.txt to demonstrate png_sig_cmp() instead of png_check_sig()
1948 png_permit_empty_plte, png_set_gray_1_2_4_to_8, png_check_sig, and
1980 Removed unused prototype for png_check_sig() from png.h
2499 Changed png_check_sig() to !png_sig_cmp() in contrib programs.
2501 Changed png_check_sig() to !png_sig_cmp() in contrib programs.
2510 Removed the deprecated png_check_sig() function/macro.
2789 Restored the macro definition of png_check_sig().
Dlibpng-manual.txt4636 png_check_sig(sig, num)
4701 We removed the obsolete png_check_sig(), png_memcpy_check(), and
/external/skia/third_party/libpng/
Dpng.h954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
Dlibpng-manual.txt4631 png_check_sig(sig, num)
4696 We removed the obsolete png_check_sig(), png_memcpy_check(), and
/external/pdfium/third_party/libpng16/
Dpng.h954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
/external/syslinux/com32/include/
Dpng.h1580 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num)) PNG_DEPRECATED;