Home | History | Annotate | Download | only in graphics

Lines Matching refs:PlatformGraphicsContext

41 typedef struct CGContext PlatformGraphicsContext;
47 typedef WebCore::PlatformContextCairo PlatformGraphicsContext;
52 typedef class WebCore::SurfaceOpenVG PlatformGraphicsContext;
58 typedef QPainter PlatformGraphicsContext;
71 typedef wxDC PlatformGraphicsContext;
73 typedef wxGCDC PlatformGraphicsContext;
76 typedef wxWindowDC PlatformGraphicsContext;
81 class PlatformGraphicsContext;
89 typedef WebCore::PlatformContextSkia PlatformGraphicsContext;
93 typedef BView PlatformGraphicsContext;
96 typedef struct HDC__ PlatformGraphicsContext;
98 typedef void PlatformGraphicsContext;
230 GraphicsContext(PlatformGraphicsContext*);
234 PlatformGraphicsContext* platformContext() const;
549 void platformInit(PlatformGraphicsContext*);