Go to the source code of this file.
Data Structures | |
| struct | XFillRectangle |
| struct | XCopySurface |
| struct | XTileSurface |
| struct | XWarpSurface |
| struct | XDrawLine |
| struct | XDrawText |
| struct | XFillPolygon |
Typedefs | |
| typedef void(* | XTraceTasksProc) (XSurface *aDst, XTask *aTask, void *aUserArg1, void *aUserArg2) |
Functions | |
| void | EwEliminateTasks (XIssue *aIssue) |
| void | EwReorderTasks (XIssue *aIssue) |
| void | EwReverseTasks (XIssue *aIssue) |
| void | EwExecuteTasks (XIssue *aIssue) |
| void | EwCompleteTasks (XIssue *aIssue) |
| void | EwCountTasks (XIssue *aIssue, int *aNoOfTasks, int *aCopyArea, int *aBlendArea) |
| void | EwTraceTasks (XTraceTasksProc aProc, void *aUserArg1, void *aUserArg2) |
| void EwTraceTasks | ( | XTraceTasksProc | aProc, |
| void * | aUserArg1, | ||
| void * | aUserArg2 | ||
| ) |