|
| SingleByteBilinearInterpolator (const AbstractBitmap &bitmap, int x=0, int y=0) |
|
pixint1 | operator() () const |
|
pixint1 | operator() (float x, float y) const |
|
pixint1 | operator() () const |
| Returns value at current position. More...
|
|
pixint1 | operator() (int x, int y) const |
| Returns value at pixel (x,y) position. More...
|
|
const pixint1 | operator[] (int i) const |
| Retrieves a value at position shifted by i pixels in scanline order with respect to the current position. More...
|
|
| SingleByteBitmapReader (const AbstractBitmap &bitmap, int x=0, int y=0) |
|
bool | operator< (const CustomBitmapScanner &another) const |
|
pixbyte * | operator* () const |
|
void | operator++ (int) |
| Move the current position ONE PIXEL forward. More...
|
|
void | operator+= (const int n) |
| Move the current position N pixels forward. More...
|
|
void | goTo (int x, int y) |
| Changes current position. More...
|
|
int | getWidth () const |
| Returns bitmap width in pixels. More...
|
|
int | getHeight () const |
| Returns bitmap height in pixels. More...
|
|
| CustomBitmapScanner (const AbstractBitmap &bitmap, int x=0, int y=0) |
|
Single byte bitmap bilinear interpolation.
Definition at line 49 of file interpolation.h.