Searched refs:png_process_data (Results 1 - 11 of 11) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dreadpng2.c208 png_process_data(png_ptr, info_ptr, rawbuf, length);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_png.cpp254 png_process_data(p->png_ptr, p->info_ptr, (uint8_t*)src_buf, src_size);
/external/pdfium/samples/
H A Dimage_diff_png.cc341 png_process_data(png_ptr,
/external/libpng/
H A Dexample.c678 png_process_data(*png_ptr, *info_ptr, buffer, length);
688 * any). You may start getting rows before png_process_data()
H A Dpngpread.c36 png_process_data(png_structrp png_ptr, png_inforp info_ptr, function
H A Dpng.h1722 PNG_EXPORT(92, void, png_process_data, (png_structrp png_ptr,
1725 /* A function which may be called *only* within png_process_data to stop the
1728 * call to png_process_data must supply these bytes again. If the argument
1735 * png_process_data. It returns the number of bytes of data to skip in the
1738 * following data to the next call to png_process_data.
/external/pdfium/third_party/lpng_v163/
H A Dpng.h502 #define png_process_data FOXIT_png_process_data macro
2145 PNG_EXPORT(92, void, png_process_data, (png_structrp png_ptr,
2148 /* A function which may be called *only* within png_process_data to stop the
2151 * call to png_process_data must supply these bytes again. If the argument
2158 * png_process_data. It returns the number of bytes of data to skip in the
2161 * following data to the next call to png_process_data.
H A Dpngpread.c29 png_process_data(png_structrp png_ptr, png_inforp info_ptr, function
78 /* At the end of png_process_data the buffer size must be 0 (see the loop
83 "png_process_data_skip called inside png_process_data");
87 * png_process_skip is called inside png_process_data (but only very
/external/opencv3/3rdparty/libpng/
H A Dpngpread.c30 png_process_data(png_structp png_ptr, png_infop info_ptr, function
79 /* At the end of png_process_data the buffer size must be 0 (see the loop
84 "png_process_data_skip called inside png_process_data");
88 * png_process_skip is called inside png_process_data (but only very
H A Dpng.h1849 PNG_EXPORT(92, void, png_process_data,
1853 /* A function which may be called *only* within png_process_data to stop the
1856 * call to png_process_data must supply these bytes again. If the argument
1863 * png_process_data. It returns the number of bytes of data to skip in the
1866 * following data to the next call to png_process_data.
/external/libpng/contrib/libtests/
H A Dpngvalid.c1360 png_process_data(pp, pi, ps->next->buffer, store_read_buffer_size(ps));
2883 png_process_data(pp, pi, buffer, cb);

Completed in 286 milliseconds