#include <blitter.h>
Inheritance diagram for SourcePixelSelector_DirectRectangle< pixelsize >:
Public Member Functions | |
| void | setSrcRectangle (SPoint pos, int width, int height) |
| void | setSrcRectangle (const SDLmm::SRect &rect) |
Protected Member Functions | |
| SourcePixelSelector_DirectRectangle () | |
| int | getWidth () |
| int | getHeight () |
| void | init (const Surface &srv) |
| PixelType | getPixel (int x, int y) |
| PixelType | nextPixel () |
| void | skipWholeLine () |
| void | skipPixels (int pixNum) |
| int | getSourcePixelSkip () |
| void | nextLine () |
Definition at line 1644 of file blitter.h.
| SourcePixelSelector_DirectRectangle< pixelsize >::SourcePixelSelector_DirectRectangle | ( | ) | [inline, protected] |
| int SourcePixelSelector_DirectRectangle< pixelsize >::getWidth | ( | ) | [inline, protected] |
| int SourcePixelSelector_DirectRectangle< pixelsize >::getHeight | ( | ) | [inline, protected] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::init | ( | const Surface & | srv | ) | [inline, protected] |
| PixelType SourcePixelSelector_DirectRectangle< pixelsize >::getPixel | ( | int | x, | |
| int | y | |||
| ) | [inline, protected] |
| PixelType SourcePixelSelector_DirectRectangle< pixelsize >::nextPixel | ( | ) | [inline, protected] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::skipWholeLine | ( | ) | [inline, protected] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::skipPixels | ( | int | pixNum | ) | [inline, protected] |
| int SourcePixelSelector_DirectRectangle< pixelsize >::getSourcePixelSkip | ( | ) | [inline, protected] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::nextLine | ( | ) | [inline, protected] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::setSrcRectangle | ( | SPoint | pos, | |
| int | width, | |||
| int | height | |||
| ) | [inline] |
| void SourcePixelSelector_DirectRectangle< pixelsize >::setSrcRectangle | ( | const SDLmm::SRect & | rect | ) | [inline] |
1.5.1