openMSX
|
Public Member Functions | |
StretchScalerOutput272 (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps) | |
![]() | |
StretchScalerOutputN (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps) | |
void | releaseLine (unsigned y, Pixel *buf) override |
![]() | |
StretchScalerOutputBase (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps) | |
~StretchScalerOutputBase () override | |
StretchScalerOutputBase (const StretchScalerOutputBase &)=delete | |
StretchScalerOutputBase & | operator= (const StretchScalerOutputBase &)=delete |
unsigned | getWidth () const override |
unsigned | getHeight () const override |
Pixel * | acquireLine (unsigned y) override |
void | fillLine (unsigned y, Pixel color) override |
![]() | |
virtual | ~ScalerOutput ()=default |
Additional Inherited Members | |
![]() | |
Pixel * | releasePre (unsigned y, Pixel *buf) |
void | releasePost (unsigned y, Pixel *dstLine) |
![]() | |
ScalerOutput ()=default | |
![]() | |
const PixelOperations< Pixel > | pixelOps |
Definition at line 71 of file StretchScalerOutput.cc.
openmsx::StretchScalerOutput272< Pixel >::StretchScalerOutput272 | ( | SDLOutputSurface & | out, |
PixelOperations< Pixel > | pixelOps | ||
) |
Definition at line 232 of file StretchScalerOutput.cc.