#include <plfilterflip.h>
Inheritance diagram for PLFilterFlip:
Public Member Functions | |
PLFilterFlip () | |
virtual | ~PLFilterFlip () |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. |
Definition at line 22 of file plfilterflip.h.
|
Definition at line 21 of file plfilterflip.cpp. |
|
Definition at line 25 of file plfilterflip.cpp. |
|
Applies the Filter to pBmpSource and stores the result in pBmpDest. The base-class version copies the bitmap before calling ApplyInPlace (pBmpDest). Reimplemented from PLFilter. Definition at line 29 of file plfilterflip.cpp. References PLBmp::Create(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetPalette(), PLBmp::GetPixel(), PLBmp::GetResolution(), PLBmp::GetWidth(), PLBmp::HasAlpha(), PLASSERT, PLBmp::SetPalette(), and PLBmp::SetPixel(). |
Here is the call graph for this function: