Quad byte bitmap reader.
More...
#include <bitmap_access.h>
Quad byte bitmap reader.
Definition at line 211 of file bitmap_access.h.
◆ pixtype
◆ QuadByteBitmapReader()
Beatmup::QuadByteBitmapReader::QuadByteBitmapReader |
( |
const AbstractBitmap & |
bitmap, |
|
|
int |
x = 0 , |
|
|
int |
y = 0 |
|
) |
| |
|
inline |
Definition at line 234 of file bitmap_access.h.
CustomBitmapScanner(const AbstractBitmap &bitmap, int x=0, int y=0)
jobject jlong jint jint y
Beatmup::InternalBitmap * bitmap
◆ operator()() [1/2]
pixint4 Beatmup::QuadByteBitmapReader::operator() |
( |
| ) |
const |
|
inline |
Definition at line 217 of file bitmap_access.h.
pixbyte * ptr
pointer to the current pixel
static const struct Beatmup::@1 CHANNELS_4
◆ operator()() [2/2]
pixint4 Beatmup::QuadByteBitmapReader::operator() |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
inline |
◆ operator[]()
const pixint4 Beatmup::QuadByteBitmapReader::operator[] |
( |
int |
i | ) |
const |
|
inline |
Retrieves a value at position shifted by i pixels in scanline order with respect to the current position.
Definition at line 229 of file bitmap_access.h.
Beatmup::IntPoint p((int) x,(int) y)
◆ MAX_VALUE
const int Beatmup::QuadByteBitmapReader::MAX_VALUE = 255 |
The documentation for this class was generated from the following file: