|
iPXE
|
A pixel buffer test. More...
#include <pixbuf_test.h>
Data Fields | |
| struct image_type * | type |
| Image type. More... | |
| struct image * | image |
| Source image. More... | |
| const uint32_t * | data |
| Pixel data. More... | |
| size_t | len |
| Length of pixel data. More... | |
| unsigned int | width |
| Width. More... | |
| unsigned int | height |
| Height. More... | |
A pixel buffer test.
Definition at line 12 of file pixbuf_test.h.
| struct image_type* pixel_buffer_test::type |
Image type.
Definition at line 14 of file pixbuf_test.h.
| struct image* pixel_buffer_test::image |
Source image.
Definition at line 16 of file pixbuf_test.h.
| const uint32_t* pixel_buffer_test::data |
Pixel data.
Definition at line 18 of file pixbuf_test.h.
| size_t pixel_buffer_test::len |
Length of pixel data.
Definition at line 20 of file pixbuf_test.h.
| unsigned int pixel_buffer_test::width |
Width.
Definition at line 22 of file pixbuf_test.h.
| unsigned int pixel_buffer_test::height |
Height.
Definition at line 24 of file pixbuf_test.h.
1.8.15