Home
last modified time | relevance | path

Searched refs:cairo_surface_t (Results 1 – 25 of 63) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/win/
DImageDiffCairo.cpp73 static cairo_surface_t* createImageFromStdin(int bytesRemaining) in createImageFromStdin()
107 static cairo_surface_t* createDifferenceImage(cairo_surface_t* baselineImage, cairo_surface_t* actu… in createDifferenceImage()
159cairo_surface_t* diffImage = cairo_image_surface_create_for_data(diffPixel, CAIRO_FORMAT_ARGB32, w… in createDifferenceImage()
165 static inline bool imageHasAlpha(cairo_surface_t* image) in imageHasAlpha()
199 cairo_surface_t* actualImage = 0; in main()
200 cairo_surface_t* baselineImage = 0; in main()
220 cairo_surface_t* diffImage = 0; in main()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPlatformContextCairo.h38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect) in update()
45 cairo_surface_t* maskSurface() const { return m_maskSurface.get(); } in maskSurface()
49 RefPtr<cairo_surface_t> m_maskSurface;
68 void pushImageMask(cairo_surface_t*, const FloatRect&);
DRefPtrCairo.h26 typedef struct _cairo_surface cairo_surface_t; typedef
40 template<> void refIfNotNull(cairo_surface_t* ptr);
41 template<> void derefIfNotNull(cairo_surface_t* ptr);
DPlatformPathCairo.cpp27 static cairo_surface_t* getPathSurface() in getPathSurface()
32 static cairo_surface_t* gPathSurface = getPathSurface();
DImageBufferDataCairo.h28 typedef struct _cairo_surface cairo_surface_t; typedef
38 cairo_surface_t* m_surface;
DImageCairo.cpp62 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer) in BitmapImage()
107 cairo_surface_t* image = frameAtIndex(m_currentFrame); in draw()
169 cairo_surface_t* image = nativeImageForCurrentFrame(); in drawPattern()
188 cairo_surface_t* frameSurface = frameAtIndex(0); in checkForSolidColor()
DRefPtrCairo.cpp43 template<> void refIfNotNull(cairo_surface_t* ptr) in refIfNotNull()
49 template<> void derefIfNotNull(cairo_surface_t* ptr) in derefIfNotNull()
DPlatformContextCairo.cpp58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect) in pushImageMask()
72 cairo_surface_t* currentTarget = cairo_get_target(m_cr.get()); in pushImageMask()
DGraphicsContext3DCairo.cpp49 RefPtr<cairo_surface_t> imageSurface; in getImageData()
99 RefPtr<cairo_surface_t> imageSurface = adoptRef(cairo_image_surface_create_for_data( in paintToCanvas()
DImageBufferCairo.cpp51 static inline cairo_surface_t* copySurface(cairo_surface_t* surface) in copySurface()
56 cairo_surface_t* newsurface = cairo_image_surface_create(format, width, height); in copySurface()
306 cairo_surface_t* image = cairo_get_target(context()->platformContext()->cr()); in toDataURL()
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c117 static cairo_surface_t*
118 gdk_cairo_surface_coerce_to_image(cairo_surface_t* surface, in gdk_cairo_surface_coerce_to_image()
123 cairo_surface_t * copy; in gdk_cairo_surface_coerce_to_image()
220 gdk_pixbuf_get_from_surface(cairo_surface_t * surface, in gdk_pixbuf_get_from_surface()
275 cairo_surface_t *gdk_window_create_similar_surface(GdkWindow *window, cairo_content_t content, int … in gdk_window_create_similar_surface()
278 cairo_surface_t *cairoSurface = cairo_get_target(cairoContext); in gdk_window_create_similar_surface()
279cairo_surface_t *newSurface = cairo_surface_create_similar(cairoSurface, content, width, height); in gdk_window_create_similar_surface()
DCursorGtk.cpp50 …RefPtr<cairo_surface_t> source = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned … in createNamedCursor()
51 …RefPtr<cairo_surface_t> mask = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned ch… in createNamedCursor()
52 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_A1, 32, 32)); in createNamedCursor()
DGtkVersioning.h36 GdkPixbuf* gdk_pixbuf_get_from_surface(cairo_surface_t* surface, int srcX, int srcY,
50 cairo_surface_t* gdk_window_create_similar_surface(GdkWindow* window, cairo_content_t content, int …
/external/webkit/Source/WebCore/platform/win/
DDragImageCairoWin.cpp58 cairo_surface_t* bitmapContext = cairo_image_surface_create_for_data((unsigned char*)bits, in allocImage()
88 static cairo_surface_t* createCairoContextFromBitmap(HBITMAP bitmap) in createCairoContextFromBitmap()
126 cairo_surface_t* srcImage = createCairoContextFromBitmap(image); in scaleDragImage()
175 cairo_surface_t* srcImage = img->nativeImageForCurrentFrame(); in createDragImageFromImage()
/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.cpp52 static void printPNG(cairo_surface_t* image, const char* checksum) in printPNG()
67 cairo_surface_t* surface = cairo_get_target(bitmapContext); in computeMD5HashStringForBitmapContext()
91 cairo_surface_t* surface = cairo_get_target(context->cairoContext()); in dumpBitmap()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCairoWin.cpp44 cairo_surface_t* surface = 0; in createCairoContextWithHDC()
100 cairo_surface_t* surface = cairo_image_surface_create_for_data(pixelData.buffer(), in drawBitmapToContext()
161 cairo_surface_t* surface = cairo_get_target(cr); in syncContext()
169 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc); in flush()
DImageCairoWin.cpp52cairo_surface_t* image = cairo_win32_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm… in create()
71 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)bmpInfo.bmBits, in getHBITMAPOfSize()
99 cairo_surface_t* image = frameAtIndex(i); in drawFrameMatchingSourceSize()
/external/chromium/chrome/browser/ui/gtk/
Dcairo_cached_surface.h11 typedef struct _cairo_surface cairo_surface_t; typedef
57 cairo_surface_t* surface_;
/external/webkit/Source/WebKit2/UIProcess/
DChunkedUpdateDrawingAreaProxy.h43 typedef struct _cairo_surface cairo_surface_t; typedef
103 cairo_surface_t* m_backingStoreImage;
/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.h39 typedef struct _cairo_surface cairo_surface_t; typedef
53 typedef cairo_surface_t* PlatformImage;
DImageSource.h48 typedef struct _cairo_surface cairo_surface_t;
111 typedef cairo_surface_t* NativeImagePtr;
/external/webkit/Source/WebCore/platform/
DDragImage.h51 typedef struct _cairo_surface cairo_surface_t;
78 typedef cairo_surface_t* DragImageRef;
/external/webkit/Source/WebCore/platform/graphics/gtk/
DGdkCairoUtilities.h29 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface);
DGdkCairoUtilities.cpp33 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface) in cairoImageSurfaceToGdkPixbuf()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_util.h32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);

123