openMSX
|
#include <Simple3xScaler.hh>
Public Member Functions | |
Simple3xScaler (const PixelOperations< Pixel > &pixelOps, const RenderSettings &settings) | |
~Simple3xScaler () override | |
![]() | |
virtual | ~Scaler ()=default |
Additional Inherited Members | |
![]() | |
Scaler3 (const PixelOperations< Pixel > &pixelOps) | |
void | dispatchScale (FrameSource &src, unsigned srcStartY, unsigned srcEndY, unsigned srcWidth, ScalerOutput< Pixel > &dst, unsigned dstStartY, unsigned dstEndY) |
![]() | |
const PixelOperations< Pixel > | pixelOps |
Definition at line 32 of file Simple3xScaler.hh.
openmsx::Simple3xScaler< Pixel >::Simple3xScaler | ( | const PixelOperations< Pixel > & | pixelOps, |
const RenderSettings & | settings | ||
) |
Definition at line 16 of file Simple3xScaler.cc.
|
overridedefault |