iPXE
|
A pixel buffer. More...
#include <pixbuf.h>
Data Fields | |
struct refcnt | refcnt |
Reference count. More... | |
unsigned int | width |
Width. More... | |
unsigned int | height |
Height. More... | |
userptr_t | data |
32-bit (8:8:8:8) xRGB pixel data, in host-endian order More... | |
size_t | len |
Total length. More... | |
struct refcnt pixel_buffer::refcnt |
Reference count.
Definition at line 19 of file pixbuf.h.
Referenced by __attribute__(), and alloc_pixbuf().
unsigned int pixel_buffer::width |
Width.
Definition at line 21 of file pixbuf.h.
Referenced by alloc_pixbuf(), fbcon_picture_init(), pixbuf_okx(), png_interlace(), png_pixels_pass(), and pnm_data().
unsigned int pixel_buffer::height |
Height.
Definition at line 23 of file pixbuf.h.
Referenced by alloc_pixbuf(), fbcon_picture_init(), pixbuf_okx(), and png_interlace().
userptr_t pixel_buffer::data |
32-bit (8:8:8:8) xRGB pixel data, in host-endian order
Definition at line 25 of file pixbuf.h.
Referenced by alloc_pixbuf(), fbcon_picture_init(), free_pixbuf(), pixbuf_okx(), png_pixels_pass(), and pnm_data().
size_t pixel_buffer::len |
Total length.
Definition at line 27 of file pixbuf.h.
Referenced by alloc_pixbuf(), pixbuf_okx(), and pnm_data().