|
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... | |
| uint32_t * | data |
| 32-bit (8:8:8:8) xRGB pixel data, in host-endian order More... | |
| unsigned int | pixels |
| Total number of pixels. More... | |
| size_t | len |
| Total length. More... | |
| struct refcnt pixel_buffer::refcnt |
Reference count.
Definition at line 18 of file pixbuf.h.
Referenced by __attribute__(), and alloc_pixbuf().
| unsigned int pixel_buffer::width |
Width.
Definition at line 20 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 22 of file pixbuf.h.
Referenced by alloc_pixbuf(), fbcon_picture_init(), pixbuf_okx(), and png_interlace().
| uint32_t* pixel_buffer::data |
32-bit (8:8:8:8) xRGB pixel data, in host-endian order
Definition at line 24 of file pixbuf.h.
Referenced by alloc_pixbuf(), free_pixbuf(), pixbuf_okx(), png_pixels_pass(), and pnm_data().
| unsigned int pixel_buffer::pixels |
Total number of pixels.
Definition at line 26 of file pixbuf.h.
Referenced by alloc_pixbuf(), and pnm_data().
| size_t pixel_buffer::len |
Total length.
Definition at line 28 of file pixbuf.h.
Referenced by alloc_pixbuf(), and pixbuf_okx().
1.8.15