Searched refs:png_check_sig (Results 1 – 4 of 4) sorted by relevance
/external/libpng/ |
D | png.h | 919 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
|
D | CHANGES | 440 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().
|
D | libpng-manual.txt | 4693 png_check_sig(sig, num) 4758 We removed the obsolete png_check_sig(), png_memcpy_check(), and
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 919 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n)) macro
|