#include <plfiltermirror.h>
Inheritance diagram for PLFilterMirror:
Public Member Functions | |
PLFilterMirror () | |
virtual | ~PLFilterMirror () |
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 plfiltermirror.h.
|
Definition at line 21 of file plfiltermirror.cpp. |
|
Definition at line 25 of file plfiltermirror.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 plfiltermirror.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: