copy16bit
- void copy16bit(ushort* src, ushort* dest, size_t length)
- void copy16bit(ushort* src, ushort* dest, size_t length, ushort* mask)
- void copy16bit(ushort* src, ushort* dest, ushort* dest1, size_t length)
- void copy16bit(ushort* src, ushort* dest, ushort* dest1, size_t length, ushort* mask)
CPUblitcomposing
functionsvariables
Copies a 16bit image onto another without blitter. No transparency is used. Dest and mask is placeholder.