Searched refs:newSurface (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DSnapshotImageGL.cpp43 RefPtr<cairo_surface_t> newSurface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_ARGB32, width, height)); local
44 unsigned char* data = cairo_image_surface_get_data(newSurface.get());
73 cairo_surface_mark_dirty(newSurface.get());
74 return newSurface;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DImageBufferGtk.cpp47 RefPtr<cairo_surface_t> newSurface = adoptRef(cairo_image_surface_create_for_data(cairo_image_surface_get_data(surface), local
52 pixbuf = adoptGRef(cairoImageSurfaceToGdkPixbuf(newSurface.get()));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DCairoUtilities.cpp217 RefPtr<cairo_surface_t> newSurface = adoptRef(cairo_image_surface_create(cairo_image_surface_get_format(originalSurface), local
221 RefPtr<cairo_t> cr = adoptRef(cairo_create(newSurface.get()));
225 return newSurface.release();
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRedirectedXCompositeWindow.cpp239 RefPtr<cairo_surface_t> newSurface = adoptRef(cairo_xlib_surface_create(newPixmapDisplay, newPixmap, local
248 RefPtr<cairo_t> cr = adoptRef(cairo_create(newSurface.get()));
257 m_surface = newSurface;

Completed in 117 milliseconds