openMSX
Public Member Functions | List of all members
openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE > Class Template Reference
Inheritance diagram for openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE >:
Collaboration graph
[legend]

Public Member Functions

 StretchScalerOutputN (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps)
 
void releaseLine (unsigned y, std::span< Pixel > buf) override
 
- Public Member Functions inherited from openmsx::StretchScalerOutputBase< Pixel >
 StretchScalerOutputBase (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps)
 
 ~StretchScalerOutputBase () override
 
 StretchScalerOutputBase (const StretchScalerOutputBase &)=delete
 
StretchScalerOutputBaseoperator= (const StretchScalerOutputBase &)=delete
 
unsigned getWidth () const final
 
unsigned getHeight () const final
 
void frameStart () final
 
void frameStop () final
 
std::span< PixelacquireLine (unsigned y) final
 
void fillLine (unsigned y, Pixel color) override
 
- Public Member Functions inherited from openmsx::ScalerOutput< Pixel >
virtual ~ScalerOutput ()=default
 
virtual unsigned getWidth () const =0
 
virtual unsigned getHeight () const =0
 
virtual void frameStart ()=0
 
virtual void frameStop ()=0
 
virtual std::span< PixelacquireLine (unsigned y)=0
 
virtual void releaseLine (unsigned y, std::span< Pixel > buf)=0
 
virtual void fillLine (unsigned y, Pixel color)=0
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::StretchScalerOutputBase< Pixel >
std::span< PixelreleasePre (unsigned y, std::span< Pixel > buf)
 
void releasePost (unsigned y, std::span< Pixel > dstLine)
 
- Protected Member Functions inherited from openmsx::ScalerOutput< Pixel >
 ScalerOutput ()=default
 
- Protected Attributes inherited from openmsx::StretchScalerOutputBase< Pixel >
const PixelOperations< PixelpixelOps
 

Detailed Description

template<std::unsigned_integral Pixel, unsigned IN_WIDTH, typename SCALE>
class openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE >

Definition at line 57 of file StretchScalerOutput.cc.

Constructor & Destructor Documentation

◆ StretchScalerOutputN()

template<std::unsigned_integral Pixel, unsigned IN_WIDTH, typename SCALE >
openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE >::StretchScalerOutputN ( SDLOutputSurface out,
PixelOperations< Pixel pixelOps 
)

Definition at line 202 of file StretchScalerOutput.cc.

Member Function Documentation

◆ releaseLine()

template<std::unsigned_integral Pixel, unsigned IN_WIDTH, typename SCALE >
void openmsx::StretchScalerOutputN< Pixel, IN_WIDTH, SCALE >::releaseLine ( unsigned  y,
std::span< Pixel buf 
)
overridevirtual

Implements openmsx::ScalerOutput< Pixel >.

Definition at line 210 of file StretchScalerOutput.cc.

References gl::scale().


The documentation for this class was generated from the following file: