NRPixBlock Struct Reference

The pixel block struct. More...

#include <nr-pixblock.h>

Collaboration diagram for NRPixBlock:

List of all members.


Public Attributes

NR_PIXBLOCK_SIZE size: 3
 Size indicator.
NR_PIXBLOCK_MODE mode: 2
 Mode indicator.
bool empty: 1
 Empty flag.
unsigned int rs
 Size of line in bytes.
NRRectL area
NRRectL visible_area
union {
   unsigned char *   px
 Pointer to buffer.
   unsigned char   p [sizeof(unsigned char *)]
 Tiny buffer.
data

Detailed Description

The pixel block struct.

Definition at line 38 of file nr-pixblock.h.


Member Data Documentation

unsigned char NRPixBlock::p[sizeof(unsigned char *)]


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