iPXE
Data Fields
pixel_buffer_test Struct Reference

A pixel buffer test. More...

#include <pixbuf_test.h>

Data Fields

struct image_typetype
 Image type. More...
 
struct imageimage
 Source image. More...
 
const uint32_tdata
 Pixel data. More...
 
size_t len
 Length of pixel data. More...
 
unsigned int width
 Width. More...
 
unsigned int height
 Height. More...
 

Detailed Description

A pixel buffer test.

Definition at line 12 of file pixbuf_test.h.

Field Documentation

◆ type

struct image_type* pixel_buffer_test::type

Image type.

Definition at line 14 of file pixbuf_test.h.

◆ image

struct image* pixel_buffer_test::image

Source image.

Definition at line 16 of file pixbuf_test.h.

◆ data

const uint32_t* pixel_buffer_test::data

Pixel data.

Definition at line 18 of file pixbuf_test.h.

◆ len

size_t pixel_buffer_test::len

Length of pixel data.

Definition at line 20 of file pixbuf_test.h.

◆ width

unsigned int pixel_buffer_test::width

Width.

Definition at line 22 of file pixbuf_test.h.

◆ height

unsigned int pixel_buffer_test::height

Height.

Definition at line 24 of file pixbuf_test.h.


The documentation for this struct was generated from the following file: