#include <blitter.h>
Inheritance diagram for SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >:
Public Member Functions | |
| void | setAngle (int degrees) |
| SourcePixelSelector_Rotation (NullParamType npt=nullParam) | |
| SourcePixelSelector_Rotation (int degreesToRotate) | |
Protected Member Functions | |
| void | init (const Surface &srv) |
| PixelType | getPixel (int x, int y) |
| PixelType | nextPixel () |
| void | skipPixels (int pixNum) |
| int | getSourcePixelSkip () |
| void | nextLine () |
Definition at line 1047 of file blitter.h.
| SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::SourcePixelSelector_Rotation | ( | NullParamType | npt = nullParam |
) | [inline] |
| SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::SourcePixelSelector_Rotation | ( | int | degreesToRotate | ) | [inline] |
| void SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::init | ( | const Surface & | srv | ) | [inline, protected] |
| PixelType SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::getPixel | ( | int | x, | |
| int | y | |||
| ) | [inline, protected] |
Definition at line 1063 of file blitter.h.
Referenced by SourcePixelSelector_Rotation< pixelsize >::nextPixel().
| PixelType SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::nextPixel | ( | ) | [inline, protected] |
| void SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::skipPixels | ( | int | pixNum | ) | [inline, protected] |
| int SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::getSourcePixelSkip | ( | ) | [inline, protected] |
| void SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::nextLine | ( | ) | [inline, protected] |
| void SourcePixelSelector_Rotation< pixelsize, SourcePixelSelector >::setAngle | ( | int | degrees | ) | [inline] |
1.5.1