#include <plfilterresizebox.h>
Inheritance diagram for PLFilterResizeBox:
Public Member Functions | |
PLFilterResizeBox (int NewXSize, int NewYSize) | |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. |
Definition at line 21 of file plfilterresizebox.h.
|
Definition at line 17 of file plfilterresizebox.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 22 of file plfilterresizebox.cpp. References CDataRGBA_UBYTE::_RowType, PLBmp::Create(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetResolution(), PLBmp::GetWidth(), PLBmp::HasAlpha(), PLASSERT, and C2PassScale< DataClass >::Scale(). |
Here is the call graph for this function: