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() (const Pixel *in, Pixel *out, size_t width) |
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 |
width | Width of the output line in pixels |
Definition at line 35 of file LineScalers.hh.
void openmsx::Scale_1on3< Pixel >::operator() | ( | const Pixel * | in, |
Pixel * | out, | ||
size_t | width | ||
) |
Definition at line 378 of file LineScalers.hh.