#include "gfxTypes.h"#include "gfxASurface.h"#include "gfxColor.h"#include "gfxPoint.h"#include "gfxRect.h"#include "gfxMatrix.h"#include "gfxPattern.h"#include "gfxPath.h"#include "nsISupportsImpl.h"
Include dependency graph for gfxContext.h:
This graph shows which files directly or indirectly include this file: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... | |
| class | gfxContextAutoDisableSubpixelAntialiasing |
Typedefs | |
| typedef struct _cairo | cairo_t |
| typedef struct _cairo cairo_t |
1.7.1