#include <plfilterresizebilinear.h>
Inheritance diagram for PLFilterResizeBilinear:
Public Member Functions | |
PLFilterResizeBilinear (int NewXSize, int NewYSize) | |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. |
This is the best-optimized of the resize filters.
Definition at line 22 of file plfilterresizebilinear.h.
|
Definition at line 17 of file plfilterresizebilinear.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 plfilterresizebilinear.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: