ImageBase::CopyScanlineDefault

ImageBase::CopyScanlineDefault
static void SF_STDCALL CopyScanlineDefault(UByte* pd, const UByte* ps, UPInt size, Palette*, void*);
Description

CopyScanlineDefault is a scan-line copy function type used by Decode. Default implementation relies on memcpy, but it may also do format conversion (in which case destination size may also be different, but Decode doesn't need to know this).

Parameters
Parameters 
Description 
UByte* pd 
Pointer to the destination into which the data is copied. 
const UByte* ps 
Pointer to the source from which the image data is to be copied. 
UPInt size 
The size of the file. 
Palette* 
Pointer to the color map for the image.