Handlers for eTplVideo_2DCommands. More...
#include <tpl_drv_video.h>
Data Fields | |
| void * | Nop |
| No Operation, Ignored. | |
| void(* | Fill )(void *Ent, Uint16 X, Uint16 Y, Uint16 W, Uint16 H, Uint32 Colour) |
| Fill a buffer region. | |
| void(* | Blit )(void *Ent, Uint16 DestX, Uint16 DestY, Uint16 SrcX, Uint16 SrcY, Uint16 W, Uint16 H) |
| Fill a buffer region. | |
Handlers for eTplVideo_2DCommands.
| void(* tDrvUtil_Video_2DHandlers::Blit)(void *Ent, Uint16 DestX, Uint16 DestY, Uint16 SrcX, Uint16 SrcY, Uint16 W, Uint16 H) |
Fill a buffer region.
| DestX | Lefthand edge of destination | |
| DestY | Top edge of destination | |
| SrcX | Lefthand edge of source | |
| SrcY | Top edge of source | |
| W | Width | |
| H | Height |
| void(* tDrvUtil_Video_2DHandlers::Fill)(void *Ent, Uint16 X, Uint16 Y, Uint16 W, Uint16 H, Uint32 Colour) |
Fill a buffer region.
| X | Lefthand edge | |
| Y | Top edge | |
| W | Width | |
| H | Height | |
| Colour | Colour to fill with |
No Operation, Ignored.
1.6.3