#include <blitter.h>
Inheritance diagram for SourcePixelSelector_CacheRotation< pixelsize >:
Public Member Functions | |
| void | setAngle (const Surface &srv, int degrees) |
| SourcePixelSelector_CacheRotation (NullParamType npt=nullParam) | |
| SourcePixelSelector_CacheRotation (const Surface &srv, int degrees) | |
| SourcePixelSelector_CacheRotation (pair< const Surface *, int > p) | |
Protected Member Functions | |
| void | init (const Surface &srv) |
| PixelType | nextPixel () |
| void | skipPixels (int pixNum) |
| int | getSourcePixelSkip () |
| void | nextLine () |
| int | getWidth () |
| int | getHeight () |
Definition at line 1125 of file blitter.h.
| SourcePixelSelector_CacheRotation< pixelsize >::SourcePixelSelector_CacheRotation | ( | NullParamType | npt = nullParam |
) | [inline] |
| SourcePixelSelector_CacheRotation< pixelsize >::SourcePixelSelector_CacheRotation | ( | const Surface & | srv, | |
| int | degrees | |||
| ) | [inline] |
Definition at line 1246 of file blitter.h.
References SourcePixelSelector_CacheRotation< pixelsize >::setAngle().
| SourcePixelSelector_CacheRotation< pixelsize >::SourcePixelSelector_CacheRotation | ( | pair< const Surface *, int > | p | ) | [inline] |
Definition at line 1251 of file blitter.h.
References SourcePixelSelector_CacheRotation< pixelsize >::setAngle().
| void SourcePixelSelector_CacheRotation< pixelsize >::init | ( | const Surface & | srv | ) | [inline, protected] |
Definition at line 1139 of file blitter.h.
Referenced by SourcePixelSelector_CacheRotation< pixelsize >::setAngle().
| PixelType SourcePixelSelector_CacheRotation< pixelsize >::nextPixel | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheRotation< pixelsize >::skipPixels | ( | int | pixNum | ) | [inline, protected] |
| int SourcePixelSelector_CacheRotation< pixelsize >::getSourcePixelSkip | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheRotation< pixelsize >::nextLine | ( | ) | [inline, protected] |
| int SourcePixelSelector_CacheRotation< pixelsize >::getWidth | ( | ) | [inline, protected] |
| int SourcePixelSelector_CacheRotation< pixelsize >::getHeight | ( | ) | [inline, protected] |
| void SourcePixelSelector_CacheRotation< pixelsize >::setAngle | ( | const Surface & | srv, | |
| int | degrees | |||
| ) | [inline] |
Definition at line 1214 of file blitter.h.
References RotationCache::cache, getPixelRotationLocation(), SourcePixelSelector_CacheRotation< pixelsize >::init(), RotationCache::xsize, and RotationCache::ysize.
Referenced by SourcePixelSelector_CacheRotation< pixelsize >::SourcePixelSelector_CacheRotation().
1.5.1