|
iPXE
|
A PNG chunk handler. More...
Data Fields | |
| uint32_t | type |
| Chunk type. | |
| int(* | handle )(struct image *image, struct png_context *png, size_t len) |
| Handle chunk. | |
| 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 830 of file png.c.
Referenced by png_chunk().