|
enum | BlittingMode { BlitMode_Regular,
BlitMode_Fast,
BlitMode_ZBuffer
} |
|
enum | DrawCallType { DrawCall_Rasterization,
DrawCall_Blitting,
DrawCall_Clear
} |
|
|
| BlittingDrawCall (BlitImage *image, const BlitTransform &transform, BlittingMode blittingMode) |
|
bool | operator== (const BlittingDrawCall &other) const |
|
virtual void | execute (bool restoreState) const |
|
virtual void | execute (const Common::Rect &clippingRectangle, bool restoreState) const |
|
BlittingMode | getBlittingMode () const |
|
void * | operator new (size_t size) |
|
void | operator delete (void *p) |
|
| DrawCall (DrawCallType type) |
|
bool | operator== (const DrawCall &other) const |
|
bool | operator!= (const DrawCall &other) const |
|
DrawCallType | getType () const |
|
virtual const Common::Rect | getDirtyRegion () const |
|
The documentation for this class was generated from the following file: