Uint32 DAT_copy2d(
Uint32 type,
void *src,
void *dst,
Uint16 lineLen,
Uint16 lineCnt,
Uint16 linePitch
);
Arguments type Transfer type:
- DAT_1D2D
- DAT_2D1D
- DAT_2D2D
src Pointer to source data
dst Pointer to destination location
lineLen Number of bytes per line
lineCnt Number of lines
linePitch Number of bytes between start of one line to start of next line