Classes |
| class | gfxContext |
| | This is the main class for doing actual drawing. More...
|
| class | gfxContextAutoSaveRestore |
| | Sentry helper class for functions with multiple return points that need to call Save() on a gfxContext and have Restore() called automatically on the gfxContext before they return. More...
|
| class | gfxContextPathAutoSaveRestore |
| | Sentry helper class for functions with multiple return points that need to back up the current path of a context and have it automatically restored before they return. More...
|
| class | gfxContextMatrixAutoSaveRestore |
| | Sentry helper class for functions with multiple return points that need to back up the current matrix of a context and have it automatically restored before they return. More...
|
Typedefs |
| typedef struct _cairo | cairo_t |