openMSX
|
Scale_XonY functors Transforms an input line of pixel to an output line (possibly) with a different width. More...
#include <LineScalers.hh>
Public Member Functions | |
void | operator() (std::span< const Pixel > in, std::span< Pixel > out) |
Scale_XonY functors Transforms an input line of pixel to an output line (possibly) with a different width.
X input pixels are mapped on Y output pixels.
in | Input line |
out | Output line |
Definition at line 38 of file LineScalers.hh.
void openmsx::Scale_1on3< Pixel >::operator() | ( | std::span< const Pixel > | in, |
std::span< Pixel > | out | ||
) |
Definition at line 381 of file LineScalers.hh.