|
Claw
1.7.3
|
Implementation of the claw::graphic::png::reader class. More...
Go to the source code of this file.
Functions | |
| void | claw__graphic__png__source_manager__read (png_structp png_ptr, png_bytep data, png_size_t length) |
| Read data from the input stream. | |
Implementation of the claw::graphic::png::reader class.
Definition in file png_reader.cpp.
| void claw__graphic__png__source_manager__read | ( | png_structp | png_ptr, |
| png_bytep | data, | ||
| png_size_t | length | ||
| ) |
Read data from the input stream.
| png_ptr | Informations about the PNG we are reading. |
| data | (out) Array of the bytes we have read. |
| length | Number of bytes to read. |
Definition at line 45 of file png_reader.cpp.
References claw::graphic::png::reader::source_manager::read().
1.8.1.2