openMSX
Public Member Functions | List of all members
openmsx::StretchScalerOutput280< Pixel > Class Template Referencefinal
Inheritance diagram for openmsx::StretchScalerOutput280< Pixel >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::StretchScalerOutput280< Pixel >:
Collaboration graph
[legend]

Public Member Functions

 StretchScalerOutput280 (SDLOutputSurface &out, PixelOperations< Pixel > pixelOps)
 
- Public Member Functions inherited from openmsx::StretchScalerOutputN< Pixel, 280, Scale_7on8< Pixel > >
 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>
class openmsx::StretchScalerOutput280< Pixel >

Definition at line 84 of file StretchScalerOutput.cc.

Constructor & Destructor Documentation

◆ StretchScalerOutput280()

template<std::unsigned_integral Pixel>
openmsx::StretchScalerOutput280< Pixel >::StretchScalerOutput280 ( SDLOutputSurface out,
PixelOperations< Pixel pixelOps 
)

Definition at line 251 of file StretchScalerOutput.cc.


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