|
iPXE
|
PNM context. More...
#include <pnm.h>
Data Fields | |
| struct pnm_type * | type |
| PNM type. More... | |
| size_t | offset |
| Current byte offset. More... | |
| size_t | ascii_len |
| Maximum length of ASCII values. More... | |
| unsigned int | max |
| Maximum pixel value. More... | |
| struct pnm_type* pnm_context::type |
| size_t pnm_context::offset |
Current byte offset.
Definition at line 33 of file pnm.h.
Referenced by pnm_ascii(), pnm_binary(), and pnm_pixbuf().
| size_t pnm_context::ascii_len |
Maximum length of ASCII values.
Definition at line 35 of file pnm.h.
Referenced by pnm_ascii(), and pnm_pixbuf().
| unsigned int pnm_context::max |
Maximum pixel value.
Definition at line 37 of file pnm.h.
Referenced by pnm_pixbuf(), and pnm_scale().
1.8.15