#include <blitter.h>
Inheritance diagram for SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >:
Public Member Functions | |
| void | setZoomOffset (int x, int y) |
| void | setZoom (float factor) |
| SourcePixelSelector_CacheZoom (NullParamType npt=nullParam) | |
| SourcePixelSelector_CacheZoom (float zoom) | |
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 1360 of file blitter.h.
| SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::SourcePixelSelector_CacheZoom | ( | NullParamType | npt = nullParam |
) | [inline] |
| SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::SourcePixelSelector_CacheZoom | ( | float | zoom | ) | [inline] |
| int SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::getWidth | ( | ) | [inline, protected] |
| int SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::getHeight | ( | ) | [inline, protected] |
| PixelType SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::getPixel | ( | int | x, | |
| int | y | |||
| ) | [inline, protected] |
| PixelType SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::nextPixel | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::skipPixels | ( | int | pixNum | ) | [inline, protected] |
| int SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::getSourcePixelSkip | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::nextLine | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::setZoomOffset | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| void SourcePixelSelector_CacheZoom< pixelsize, SourcePixelSelector >::setZoom | ( | float | factor | ) | [inline] |
Definition at line 1447 of file blitter.h.
Referenced by SourcePixelSelector_CacheZoom< pixelSize, SourcePixelSelector_DirectSubRectangle< pixelSize > >::SourcePixelSelector_CacheZoom().
1.5.1