blitter16bit
- void blitter16bit(ushort* src, ushort* dest, size_t length)
- void blitter16bit(ushort* src, ushort* dest, size_t length, ushort* mask)
- void blitter16bit(ushort* src, ushort* dest, ushort* dest1, size_t length)
- void blitter16bit(ushort* src, ushort* dest, ushort* dest1, size_t length, ushort* mask)
CPUblitcomposing
functionsvariables
Three plus one operand blitter for 8 bit values. Automatic mask-generation is used from the source's color index with the following formula: mask = src == 0x0000 ? 0xFFFF : 0x0000 Result is copied into memory location specified by dest1.