horizontal
Description:
public void horizontal (
Format format,
void* src,
void* dest,
uint dest_offset,
uint width)
Horizontally scale the pixels in src to dest, starting from dest_offset for width
samples.
Parameters:
| this |
a Scaler
|
| format |
a Format for src and dest
|
| src |
source pixels
|
| dest |
destination pixels
|
| dest_offset |
the horizontal destination offset
|
| width |
the number of pixels to scale
|