Searched refs:PlatformContextCairo (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageBufferDataCairo.h26 #include "PlatformContextCairo.h"
39 PlatformContextCairo m_platformContext;
H A DPlatformContextCairo.cpp27 #include "PlatformContextCairo.h"
33 PlatformContextCairo::PlatformContextCairo(cairo_t* cr) function in class:WebCore::PlatformContextCairo
38 void PlatformContextCairo::restore()
51 void PlatformContextCairo::save()
58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect)
H A DPlatformContextCairo.h58 class PlatformContextCairo { class in namespace:WebCore
59 WTF_MAKE_NONCOPYABLE(PlatformContextCairo);
61 PlatformContextCairo(cairo_t*);
H A DGraphicsContextPlatformPrivateCairo.h34 #include "PlatformContextCairo.h"
52 GraphicsContextPlatformPrivate(PlatformContextCairo* newPlatformContext)
101 PlatformContextCairo* platformContext;
116 // to clean up the heap allocated PlatformContextCairo that we must use for the top-level
120 GraphicsContextPlatformPrivateToplevel(PlatformContextCairo* platformContext)
H A DGraphicsContext3DCairo.cpp30 #include "PlatformContextCairo.h"
87 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, PlatformContextCairo* context)
H A DFontCairo.cpp39 #include "PlatformContextCairo.h"
111 PlatformContextCairo* platformContext = context->platformContext();
H A DGraphicsContextCairo.cpp49 #include "PlatformContextCairo.h"
206 m_data = new GraphicsContextPlatformPrivateToplevel(new PlatformContextCairo(cr));
209 void GraphicsContext::platformInit(PlatformContextCairo* platformContext)
231 PlatformContextCairo* GraphicsContext::platformContext() const
/external/webkit/Source/WebKit2/Shared/
H A DWebGraphicsContext.cpp30 #include <WebCore/PlatformContextCairo.h>
/external/webkit/Source/WebCore/platform/win/
H A DDragImageCairoWin.cpp40 void deallocContext(PlatformContextCairo* target)
45 HBITMAP allocImage(HDC dc, IntSize size, PlatformContextCairo** targetRef)
121 PlatformContextCairo* targetContext;
161 PlatformContextCairo* drawContext = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCairoWin.cpp81 m_data = new GraphicsContextPlatformPrivateToplevel(new PlatformContextCairo(cr));
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h45 class PlatformContextCairo;
47 typedef WebCore::PlatformContextCairo PlatformGraphicsContext;
H A DGraphicsContext3D.h94 class PlatformContextCairo;
770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h66 class PlatformContextCairo;
68 typedef class WebCore::PlatformContextCairo PlatformGraphicsContext;
H A DWebFrame.cpp110 #include "PlatformContextCairo.h"
2348 PlatformContextCairo platformContext(cr);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp47 #include "PlatformContextCairo.h"
777 PlatformContextCairo platformContext(cr);

Completed in 169 milliseconds