Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h919 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
DCHANGES440 Changed libpng.txt to demonstrate png_sig_cmp() instead of png_check_sig()
1947 png_permit_empty_plte, png_set_gray_1_2_4_to_8, png_check_sig, and
1979 Removed unused prototype for png_check_sig() from png.h
2498 Changed png_check_sig() to !png_sig_cmp() in contrib programs.
2500 Changed png_check_sig() to !png_sig_cmp() in contrib programs.
2509 Removed the deprecated png_check_sig() function/macro.
2788 Restored the macro definition of png_check_sig().
Dlibpng-manual.txt4693 png_check_sig(sig, num)
4758 We removed the obsolete png_check_sig(), png_memcpy_check(), and
/external/pdfium/third_party/libpng16/
Dpng.h919 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro