Searched defs:png_process_data (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngpread.c30 png_process_data(png_structrp png_ptr, png_inforp 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
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngpread.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
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.
/external/skia/third_party/libpng/
H A Dpngprefix.h311 #define png_process_data skia_png_process_data macro

Completed in 217 milliseconds