Searched refs:png_set_sig_bytes (Results 1 - 13 of 13) sorted by relevance

/external/qemu/android/
H A Dloadpng.c63 png_set_sig_bytes(p, 8);
195 png_set_sig_bytes(p, 8);
/external/libpng/contrib/gregbook/
H A Dreadpng.c129 png_set_sig_bytes(png_ptr, 8); /* we already read the 8 signature bytes */
/external/deqp/framework/common/
H A DtcuImageIO.cpp101 png_set_sig_bytes(png_ptr, 8);
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c241 png_set_sig_bytes (png_ptr, 8); /* we already read the 8 signature bytes */
/external/libpng/contrib/visupng/
H A DPngFile.c166 png_set_sig_bytes(png_ptr, 8);
/external/chromium_org/third_party/libpng/
H A Dpngusr.h421 #define png_set_sig_bytes wk_png_set_sig_bytes macro
H A Dpng.c99 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
101 png_debug(1, "in png_set_sig_bytes");
H A Dpng.h1571 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
/external/libpng/
H A Dexample.c231 * you should call png_set_sig_bytes(png_ptr, PNG_BYTES_TO_CHECK); once
234 * don't call png_set_sig_bytes() with more than 8 bytes read or give it
242 * you have a PNG file, and call png_set_sig_bytes().
343 png_set_sig_bytes(png_ptr, sig_read);
H A Dpng.h1029 PNG_EXPORT(2, void, png_set_sig_bytes, (png_structrp png_ptr, int num_bytes));
H A Dpng.c27 png_set_sig_bytes(png_structrp png_ptr, int num_bytes) function
29 png_debug(1, "in png_set_sig_bytes");
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c100 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
102 png_debug(1, "in png_set_sig_bytes");
H A Dpng.h1627 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,

Completed in 929 milliseconds