HomeSort by relevance Sort by last modified time
    Searched refs:PlatformContextCairo (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferDataCairo.h 26 #include "PlatformContextCairo.h"
39 PlatformContextCairo m_platformContext;
PlatformContextCairo.h 58 class PlatformContextCairo {
59 WTF_MAKE_NONCOPYABLE(PlatformContextCairo);
61 PlatformContextCairo(cairo_t*);
PlatformContextCairo.cpp 27 #include "PlatformContextCairo.h"
33 PlatformContextCairo::PlatformContextCairo(cairo_t* cr)
38 void PlatformContextCairo::restore()
51 void PlatformContextCairo::save()
58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect)
GraphicsContextPlatformPrivateCairo.h 34 #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)
GraphicsContext3DCairo.cpp 30 #include "PlatformContextCairo.h"
87 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, PlatformContextCairo* context)
FontCairo.cpp 39 #include "PlatformContextCairo.h"
111 PlatformContextCairo* platformContext = context->platformContext();
GraphicsContextCairo.cpp 49 #include "PlatformContextCairo.h"
206 m_data = new GraphicsContextPlatformPrivateToplevel(new PlatformContextCairo(cr));
209 void GraphicsContext::platformInit(PlatformContextCairo* platformContext)
231 PlatformContextCairo* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.cpp 30 #include <WebCore/PlatformContextCairo.h>
  /external/webkit/Source/WebCore/platform/win/
DragImageCairoWin.cpp 40 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/
GraphicsContextCairoWin.cpp 81 m_data = new GraphicsContextPlatformPrivateToplevel(new PlatformContextCairo(cr));
  /external/webkit/Source/WebKit/win/
WebFrame.h 66 class PlatformContextCairo;
68 typedef class WebCore::PlatformContextCairo PlatformGraphicsContext;
WebFrame.cpp 110 #include "PlatformContextCairo.h"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 45 class PlatformContextCairo;
47 typedef WebCore::PlatformContextCairo PlatformGraphicsContext;
GraphicsContext3D.h 94 class PlatformContextCairo;
770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 47 #include "PlatformContextCairo.h"
777 PlatformContextCairo platformContext(cr);
    [all...]

Completed in 865 milliseconds