Enum FIFOCommand
FIFO command values.
Namespace: Cosmos.HAL.Drivers.Video.SVGAII
Assembly: Cosmos.HAL2.dll
Syntax
public enum FIFOCommand
Fields
| Name | Description |
|---|---|
| DEFINE_ALPHA_CURSOR | Define alpha cursor. |
| DEFINE_BITMAP | Define bitmap. |
| DEFINE_BITMAP_SCANLINE | Define bitmap scanline. |
| DEFINE_CURSOR | Define cursor. |
| DEFINE_PIXMAP | Define pixmap. |
| DEFINE_PIXMAP_SCANLINE | Define pixmap scanline. |
| DISPLAY_CURSOR | Display cursor. |
| FREE_OBJECT | Free object. |
| MOVE_CURSOR | Move cursor. |
| RECT_BITMAP_COPY | Rectange bitmap copy. |
| RECT_BITMAP_FILL | Rectange bitmap fill. |
| RECT_COPY | Rectange copy. |
| RECT_FILL | Rectange fill. |
| RECT_PIXMAP_COPY | Rectange pixmap fill. |
| RECT_PIXMAP_FILL | Rectange pixmap fill. |
| RECT_ROP_BITMAP_COPY | Rectangle raster operation bitmap copy. |
| RECT_ROP_BITMAP_FILL | Rectangle raster operation bitmap fill. |
| RECT_ROP_COPY | Rectangle raster operation copy. |
| RECT_ROP_FILL | Rectangle raster operation fill. |
| RECT_ROP_PIXMAP_COPY | Rectangle raster operation pixmap copy. |
| RECT_ROP_PIXMAP_FILL | Rectangle raster operation pixmap fill. |
| Update | Update. |