openMSX
|
#include <DirectScalerOutput.hh>
Public Member Functions | |
DirectScalerOutput (SDLOutputSurface &output) | |
unsigned | getWidth () const override |
unsigned | getHeight () const override |
Pixel * | acquireLine (unsigned y) override |
void | releaseLine (unsigned y, Pixel *buf) override |
void | fillLine (unsigned y, Pixel color) override |
![]() | |
virtual | ~ScalerOutput ()=default |
Additional Inherited Members | |
![]() | |
ScalerOutput ()=default | |
Definition at line 11 of file DirectScalerOutput.hh.
|
explicit |
Definition at line 10 of file DirectScalerOutput.cc.
|
overridevirtual |
Implements openmsx::ScalerOutput< Pixel >.
Definition at line 28 of file DirectScalerOutput.cc.
|
overridevirtual |
Implements openmsx::ScalerOutput< Pixel >.
Definition at line 40 of file DirectScalerOutput.cc.
|
overridevirtual |
Implements openmsx::ScalerOutput< Pixel >.
Definition at line 22 of file DirectScalerOutput.cc.
|
overridevirtual |
Implements openmsx::ScalerOutput< Pixel >.
Definition at line 16 of file DirectScalerOutput.cc.
|
overridevirtual |
Implements openmsx::ScalerOutput< Pixel >.
Definition at line 34 of file DirectScalerOutput.cc.