#include <mi32/mg2rastt.h>
Inheritance diagram for MGD::CONTEXT_RASTER_TRANS_MASK:

Public Member Functions | |
| virtual | ~CONTEXT_RASTER_TRANS_MASK () |
Protected Member Functions | |
| CONTEXT_RASTER_TRANS_MASK (DEVICE_RASTER_TRANS_MASK *dev) | |
| virtual ERRVALUE | v_PutImageSpanDirect (INT32 x, INT32 y, INT32 len, const void *data, const UINT8 *mask) |
Protected Attributes | |
| DEVICE_RASTER_TRANS_MASK * | m_DevRastTrans |
|
|
|
|
|
Default Constructor.
|
|
||||||||||||||||||||||||
|
Put a span of image data. Note: Before putting an image, you MUST call ImageBegin and call ImageEnd afterwards. These are stub functions that do nothing in most implementations, but required by others This function should assume the data passed to it is exactly what it wants. The caller will actually call PutImageSpan(), and ImageBegin() will cause PutImageSpan to either call this directly or first translate the data from one display type to what we really want. Reimplemented from MGD::CONTEXT_MEM24. |
|
|
Definition at line 167 of file mg2rastt.h. |
1.3.8-20040913