tDrvUtil_Video_2DHandlers Struct Reference

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.

Detailed Description

Handlers for eTplVideo_2DCommands.


Field Documentation

void(* tDrvUtil_Video_2DHandlers::Blit)(void *Ent, Uint16 DestX, Uint16 DestY, Uint16 SrcX, Uint16 SrcY, Uint16 W, Uint16 H)

Fill a buffer region.

Parameters:
DestX Lefthand edge of destination
DestY Top edge of destination
SrcX Lefthand edge of source
SrcY Top edge of source
W Width
H Height
See also:
VIDEO_2DOP_BLIT
void(* tDrvUtil_Video_2DHandlers::Fill)(void *Ent, Uint16 X, Uint16 Y, Uint16 W, Uint16 H, Uint32 Colour)

Fill a buffer region.

Parameters:
X Lefthand edge
Y Top edge
W Width
H Height
Colour Colour to fill with
See also:
VIDEO_2DOP_FILL

No Operation, Ignored.

See also:
VIDEO_2DOP_NOP

The documentation for this struct was generated from the following file:
Generated on Mon Feb 14 15:21:31 2011 for Acess2 by  doxygen 1.6.3