#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 1261 of file blitter.h.
| SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::SourcePixelSelector_Zoom | ( | NullParamType | npt = nullParam |
) | [inline] |
| int SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getWidth | ( | ) | [inline, protected] |
| int SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getHeight | ( | ) | [inline, protected] |
| PixelType SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getPixel | ( | int | x, | |
| int | y | |||
| ) | [inline, protected] |
Definition at line 1278 of file blitter.h.
Referenced by SourcePixelSelector_Zoom< pixelsize >::nextPixel().
| PixelType SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::nextPixel | ( | ) | [inline, protected] |
| void SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::skipPixels | ( | int | pixNum | ) | [inline, protected] |
| int SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getSourcePixelSkip | ( | ) | [inline, protected] |
| void SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::nextLine | ( | ) | [inline, protected] |
| void SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::setZoom | ( | float | factor | ) | [inline] |
Definition at line 1305 of file blitter.h.
Referenced by SourcePixelSelector_Zoom< pixelsize >::setSize().
| void SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::setZoom | ( | float | factorX, | |
| float | factorY | |||
| ) | [inline] |
| float SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getZoomX | ( | ) | [inline] |
| float SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::getZoomY | ( | ) | [inline] |
| void SourcePixelSelector_Zoom< pixelsize, SourcePixelSelector >::setSize | ( | int | sourceWidth, | |
| int | sourceHeight, | |||
| int | targetWidth, | |||
| int | targetHeight, | |||
| bool | forceSquare = true | |||
| ) | [inline] |
1.5.1