|
iPXE
|
A PNG chunk handler. More...
Data Fields | |
| uint32_t | type |
| Chunk type. More... | |
| int(* | handle )(struct image *image, struct png_context *png, size_t len) |
| Handle chunk. More... | |
| uint32_t png_chunk_handler::type |
| int( * png_chunk_handler::handle) (struct image *image, struct png_context *png, size_t len) |
Handle chunk.
| image | PNG image |
| png | PNG context |
| len | Chunk length |
| rc | Return status code |
Definition at line 829 of file png.c.
Referenced by png_chunk().
1.8.15