Go to the source code of this file.
Classes | |
struct | QuantisationCell |
class | BfxPixelOp |
class | BfxPixelOp32 |
class | BfxPixelOpPseudo |
class | BfxPixelOp24 |
class | BfxPositivePixelOp |
Pixel operator. More... | |
class | BfxThresholdPixelOp |
Pixel operator. More... | |
class | BfxColourThresholdPixelOp |
Pixel operator. More... | |
class | BfxPositivePixelOpPseudo |
Pixel operator. More... | |
class | BfxThresholdPixelOpPseudo |
Pixel operator. More... | |
class | BfxColourThresholdPixelOpPseudo |
Pixel operator. More... | |
class | OctreeElement |
Colour octree. More... | |
class | Octree |
Defines | |
#define | __bfxpixop_xy(x, y) Base[(x)+(y)*Width] |
Pixel operator. | |
#define | __bfxpixop_xy(x, y) Base[(x)+(y)*Width] |
Pixel operator. | |
#define | __bfxpixopl2_xy(x, y) (((Base[(x>>Log2BPP)+(y)*WidthRounded]) >> (x & XMask)) & BPPMask) |
32 bit Pixel operator | |
#define | BFX_PSEUDOFLOODSIZE 256 |
#define | __bfxpixopl2_xy(x, y) (((Base[(x>>Log2BPP)+(y)*WidthRounded]) >> (x & XMask)) & BPPMask) |
32 bit Pixel operator |
|
Pixel operator.
Definition at line 212 of file bfxpixop.h. |
|
Pixel operator.
Definition at line 212 of file bfxpixop.h. |
|
32 bit Pixel operator
Definition at line 366 of file bfxpixop.h. |
|
32 bit Pixel operator
Definition at line 366 of file bfxpixop.h. |
|
Definition at line 294 of file bfxpixop.h. |