Searched defs:PNG_SKIP_CHUNKS (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngread.c1777 # define PNG_SKIP_CHUNKS(p) png_image_skip_unused_chunks(p) macro
1779 # define PNG_SKIP_CHUNKS(p) ((void)0) macro
3250 PNG_SKIP_CHUNKS(png_ptr);
4064 PNG_SKIP_CHUNKS(png_ptr);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngread.c1511 # define PNG_SKIP_CHUNKS(p) png_image_skip_unused_chunks(p) macro
1513 # define PNG_SKIP_CHUNKS(p) ((void)0) macro
2985 PNG_SKIP_CHUNKS(png_ptr);
3794 PNG_SKIP_CHUNKS(png_ptr);

Completed in 36 milliseconds