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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng.c128 png_set_sig_bytes(png_ptr, 8); /* we already read the 8 signature bytes */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpng2pnm.c240 png_set_sig_bytes (png_ptr, 8); /* we already read the 8 signature bytes */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DPngFile.c164 png_set_sig_bytes(png_ptr, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dexample.c44 * you should call png_set_sig_bytes(png_ptr, PNG_BYTES_TO_CHECK); once
47 * don't call png_set_sig_bytes() with more than 8 bytes read or give it
55 * you have a PNG file, and call png_set_sig_bytes().
156 png_set_sig_bytes(png_ptr, sig_read);
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.h1588 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dexample.c38 * you should call png_set_sig_bytes(png_ptr, PNG_BYTES_TO_CHECK); once
41 * don't call png_set_sig_bytes() with more than 8 bytes read or give it
49 * you have a PNG file, and call png_set_sig_bytes().
149 png_set_sig_bytes(png_ptr, sig_read);
H A Dpng.c92 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
94 png_debug(1, "in png_set_sig_bytes\n");
H A Dpng.h1334 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,

Completed in 228 milliseconds