Searched refs:readpng2_decode_data (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng2.h119 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
H A Dreadpng2.c335 /* make sure we save our pointers for use in readpng2_decode_data() */
351 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) function
389 * to readpng2_decode_data(), which can return an error value to the main
593 * readpng2_decode_data() */
H A Drpng2-win.c543 /* OK, this is the fun part: call readpng2_decode_data() at the start of
553 Trace((stderr, "about to call readpng2_decode_data()\n"))
554 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
556 Trace((stderr, "done with readpng2_decode_data()\n"))
H A Drpng2-x.c588 /* OK, this is the fun part: call readpng2_decode_data() at the start of
598 Trace((stderr, "about to call readpng2_decode_data()\n"))
599 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
601 Trace((stderr, "done with readpng2_decode_data()\n"))

Completed in 23 milliseconds