Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h950 #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.txt4692 png_check_sig(sig, num)
4757 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