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 34 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 36 of file pnm.h.
Referenced by pnm_ascii(), and pnm_pixbuf().
unsigned int pnm_context::max |
Maximum pixel value.
Definition at line 38 of file pnm.h.
Referenced by pnm_pixbuf(), and pnm_scale().