picofuse

Data Fields
pix_bitmap_t Struct Reference

Plain in-memory pixel bitmap descriptor. More...

#include <types.h>

Collaboration diagram for pix_bitmap_t:
Collaboration graph
[legend]

Data Fields

void * data
 Pointer to bitmap memory.
 
pix_size_t size
 Bitmap dimensions in pixels.
 
size_t stride
 Byte pitch between adjacent major-axis elements.
 
pix_format_t fmt
 Pixel format used by data.
 

Detailed Description

Plain in-memory pixel bitmap descriptor.

Describes a block of raw pixel memory with no backing device - no ctx and no lock/unlock/clear/set/copy methods; callers read and write data directly.

Definition at line 58 of file types.h.


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