Searched refs:png_init_io (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/3rdparty/libpng/docs/ |
H A D | example.c | 335 png_init_io(png_ptr, fp); 790 png_init_io(png_ptr, fp);
|
H A D | libpng-manual.txt | 441 valid FILE * in the function png_init_io(). Be sure that the file is 443 way, you need not call the png_init_io() function, but you must then 447 png_init_io(png_ptr, fp); 2824 valid FILE * in the function png_init_io(). Be sure that the file is 2829 png_init_io(png_ptr, fp); 4239 png_struct and is initialized via png_init_io(). If you wish to change 4242 time, instead of calling the png_init_io() function. These functions
|
H A D | CHANGES | 5490 Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io()
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | png.h | 1560 PNG_EXPORT(74, void, png_init_io, (png_structrp png_ptr, png_FILE_p fp));
|
/reactos/dll/3rdparty/libpng/ |
H A D | png.c | 703 png_init_io(png_structrp png_ptr, png_FILE_p fp) in png_init_io() function
|