#include <nr-pixblock.h>
Definition at line 38 of file nr-pixblock.h.
Public Attributes | |
NRRectL | area |
union { | |
unsigned char p [sizeof(unsigned char *)] | |
Tiny buffer. | |
unsigned char * px | |
Pointer to buffer. | |
} | data |
bool | empty: 1 |
Empty flag. | |
NR_PIXBLOCK_MODE | mode: 2 |
Mode indicator. | |
unsigned int | rs |
Size of line in bytes. | |
NR_PIXBLOCK_SIZE | size: 3 |
Size indicator. | |
NRRectL | visible_area |