#include <blitter.h>
Inheritance diagram for SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >:
Public Member Functions | |
| void | setZoom (float factor) |
| void | setZoom (float factorX, float factorY) |
| float | getZoomX () |
| float | getZoomY () |
| void | setSize (int sourceWidth, int sourceHeight, int targetWidth, int targetHeight, bool forceSquare=true) |
| SourcePixelSelector_Zoom (NullParamType npt=nullParam) | |
Protected Member Functions | |
| int | getWidth () |
| int | getHeight () |
| PixelType | getPixel (int x, int y) |
| PixelType | nextPixel () |
| void | skipPixels (int pixNum) |
| int | getSourcePixelSkip () |
| void | nextLine () |
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
Definition at line 1274 of file blitter.h. Referenced by SourcePixelSelector_Zoom< pixelsize >::nextPixel(). |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
Definition at line 1301 of file blitter.h. Referenced by SourcePixelSelector_Zoom< pixelsize >::setSize(). |
|
||||||||||
|
|
1.4.2