HomeSort by relevance Sort by last modified time
    Searched refs:cairo_t (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformPathCairo.h 35 cairo_t* context() { return m_cr.get(); }
38 RefPtr<cairo_t> m_cr;
CairoUtilities.h 40 void copyContextProperties(cairo_t* srcCr, cairo_t* dstCr);
41 void setSourceRGBAFromColor(cairo_t*, const Color&);
42 void appendPathToCairoContext(cairo_t* to, cairo_t* from);
43 void setPathOnCairoContext(cairo_t* to, cairo_t* from);
44 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path);
46 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
PlatformContextCairo.h 61 PlatformContextCairo(cairo_t*);
63 cairo_t* cr() { return m_cr.get(); }
64 void setCr(cairo_t* cr) { m_cr = cr; }
71 RefPtr<cairo_t> m_cr;
RefPtrCairo.h 25 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
37 template<> void refIfNotNull(cairo_t* ptr);
38 template<> void derefIfNotNull(cairo_t* ptr);
CairoUtilities.cpp 42 void copyContextProperties(cairo_t* srcCr, cairo_t* dstCr)
59 void setSourceRGBAFromColor(cairo_t* context, const Color& color)
66 void appendPathToCairoContext(cairo_t* to, cairo_t* from)
72 void setPathOnCairoContext(cairo_t* to, cairo_t* from)
78 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path)
124 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
137 RefPtr<cairo_t> clippedImageContext = adoptRef(cairo_create(clippedImageSurface.get()))
    [all...]
PathCairo.cpp 55 cairo_t* cr = platformPath()->context();
66 cairo_t* cr = platformPath()->context();
74 cairo_t* cr = platformPath()->context();
99 cairo_t* cr = platformPath()->context();
105 cairo_t* cr = platformPath()->context();
111 cairo_t* cr = platformPath()->context();
117 cairo_t* cr = platformPath()->context();
126 cairo_t* cr = platformPath()->context();
141 cairo_t* cr = platformPath()->context();
154 cairo_t* cr = platformPath()->context()
    [all...]
GraphicsContextCairo.cpp 73 static inline void setPlatformFill(GraphicsContext* context, cairo_t* cr)
94 static inline void setPlatformStroke(GraphicsContext* context, cairo_t* cr)
122 static inline void fillRectSourceOver(cairo_t* cr, const FloatRect& rect, const Color& col)
130 static void addConvexPolygonToContext(cairo_t* context, size_t numPoints, const FloatPoint* points)
152 cairo_t* cairoContext = context->platformContext()->cr();
170 cairo_t* shadowContext = shadow->beginShadowLayer(context, solidFigureExtents);
187 static void fillCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
196 static void strokeCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
203 GraphicsContext::GraphicsContext(cairo_t* cr)
225 cairo_t* cr = platformContext()->cr()
    [all...]
GraphicsContextPlatformPrivateCairo.h 83 void syncContext(cairo_t* cr);
98 void syncContext(cairo_t* cr) {}
RefPtrCairo.cpp 31 template<> void refIfNotNull(cairo_t* ptr)
37 template<> void derefIfNotNull(cairo_t* ptr)
  /external/webkit/Source/WebKit2/Shared/API/c/gtk/
WKGraphicsContextGtk.cpp 35 cairo_t* WKGraphicsContextGetGtkContext(WKGraphicsContextRef graphicsContextRef)
WKGraphicsContextGtk.h 37 WK_EXPORT cairo_t* WKGraphicsContextGetGtkContext(WKGraphicsContextRef);
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 10 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
45 void SetSource(cairo_t* cr, int x, int y);
nine_box.h 44 void RenderTopCenterStrip(cairo_t* cr, int x, int y, int width) const;
cairo_cached_surface.cc 46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) {
67 cairo_t* copy_cr = cairo_create(surface_);
  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 51 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, cairo_t* context)
67 cairo_t* cairoContext() const { return m_context; }
71 BitmapContext(PlatformBitmapBuffer buffer, cairo_t* context)
78 cairo_t* m_context;
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.h 53 cairo_t* platformContext() { return m_platformContext.get(); }
65 RefPtr<cairo_t> m_platformContext;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 47 RefPtr<cairo_t> cr = cairo_create(image.get());
  /external/webkit/Source/WebCore/platform/gtk/
DragImageGtk.cpp 52 RefPtr<cairo_t> context = adoptRef(cairo_create(scaledSurface));
69 RefPtr<cairo_t> context = adoptRef(cairo_create(image));
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxy.h 38 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
64 typedef cairo_t* PlatformDrawingContext;
  /external/webkit/Source/WebKit2/UIProcess/gtk/
ChunkedUpdateDrawingAreaProxyGtk.cpp 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr)
86 RefPtr<cairo_t> cr = cairo_create(m_backingStoreImage);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 39 static cairo_t* createCairoContextWithHDC(HDC hdc, bool hasAlpha)
61 cairo_t* context = cairo_create(surface);
75 cairo_t* cr = 0;
96 static void drawBitmapToContext(GraphicsContextPlatformPrivate* context, cairo_t* cr, const DIBPixelData& pixelData, const IntSize& translate)
156 void GraphicsContextPlatformPrivate::syncContext(cairo_t* cr)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.h 56 void drawDragIconWindow(GtkWidget*, cairo_t*);
  /external/webkit/Tools/DumpRenderTree/gtk/
PixelDumpSupportGtk.cpp 52 cairo_t* context = cairo_create(imageSurface);
  /external/icu4c/samples/layout/
GnomeFontInstance.h 45 cairo_t *fCairo;
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.h 38 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
54 typedef cairo_t* PlatformContext;

Completed in 270 milliseconds

1 2 3 4