Searched defs:surface (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DGdkCairoUtilities.cpp33 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface) argument
H A DImageBufferGtk.cpp34 static bool encodeImage(cairo_surface_t* surface, const String& mimeType, const double* quality, GOwnPtr<gchar>& buffer, gsize& bufferSize) argument
H A DImageGtk.cpp111 RefPtr<cairo_surface_t> surface = nativeImageForCurrentFrame(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPatternCairo.cpp37 RefPtr<cairo_surface_t> surface = tileImage()->nativeImageForCurrentFrame(); local
H A DImageCairo.cpp47 RefPtr<cairo_surface_t> surface = nativeImageForCurrentFrame(); local
H A DTiledBackingStoreBackendCairo.cpp50 static cairo_surface_t* surface = 0; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/efl/
H A DWKViewEfl.cpp36 void WKViewPaintToCairoSurface(WKViewRef viewRef, cairo_surface_t* surface) argument
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_paint_context_private.h49 RefPtr<cairo_surface_t> surface; /**< surface used to create cairo object */ member in struct:_Ewk_Paint_Context
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cairo/
H A DWKImageCairo.cpp45 WKImageRef WKImageCreateFromCairoSurface(cairo_surface_t* surface, WKImageOptions options) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEvasGLSurface.h43 Evas_GL_Surface* surface = 0; local
57 Evas_GL_Surface* surface() { return m_surface; } function in class:WebKit::EvasGLSurface
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DGDIFontMap.cpp18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, argument
H A Dgdiglue.cpp42 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) argument
49 void rs_gdiRenderingSurfaceClose(rs_surface *surface) argument
56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
H A Dgnomeglue.cpp45 void rs_gnomeRenderingSurfaceClose(rs_surface *surface) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DCairoUtilitiesEfl.cpp28 PassRefPtr<Evas_Object> evasObjectFromCairoImageSurface(Evas* canvas, cairo_surface_t* surface) argument
98 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create_for_data(buffer, CAIRO_FORMAT_ARGB32, width, height, width * 4)); local
119 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create_for_data(buffer, CAIRO_FORMAT_ARGB32, width, height, width * 4)); local
[all...]
H A DImageEfl.cpp68 RefPtr<cairo_surface_t> surface = nativeImageForCurrentFrame(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DImageGStreamerCairo.cpp62 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create_for_data(bufferData, cairoFormat, size.width(), size.height(), stride)); local
H A DImageGStreamerQt.cpp70 QPixmap* surface = new QPixmap; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/qt/
H A DGraphicsSurfaceQt.cpp33 GraphicsSurface* surface = static_cast<GraphicsSurface*>(data); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperSurfaceBackingStore.cpp29 void TextureMapperSurfaceBackingStore::setGraphicsSurface(PassRefPtr<GraphicsSurface> surface) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/gtk/
H A DWebDragClientGtk.cpp44 static PassRefPtr<ShareableBitmap> convertCairoSurfaceToShareableBitmap(cairo_surface_t* surface) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/egl/
H A DEGLContext.cpp70 bool EGLOffScreenContext::initialize(GLPlatformSurface* surface, PlatformContext sharedContext) argument
120 bool EGLOffScreenContext::platformMakeCurrent(GLPlatformSurface* surface) argument
H A DEGLSurface.cpp43 OwnPtr<GLTransportSurface> surface; local
117 OwnPtr<GLPlatformSurface> surface; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/glx/
H A DGLXContext.cpp59 bool GLXOffScreenContext::initialize(GLPlatformSurface* surface, PlatformContext sharedContext) argument
107 bool GLXOffScreenContext::platformMakeCurrent(GLPlatformSurface* surface) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DCursorGtk.cpp51 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_A1, 32, 32)); local

Completed in 277 milliseconds

123