Home
last modified time | relevance | path

Searched defs:cairoContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.h67 cairo_t* cairoContext() const { return m_context; } in cairoContext() function
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c277 cairo_t *cairoContext = gdk_cairo_create(window); in gdk_window_create_similar_surface() local
DWidgetRenderingContext.cpp132 cairo_t* cairoContext = m_graphicsContext->platformContext()->cr(); in ~WidgetRenderingContext() local
DRenderThemeGtk3.cpp427 cairo_t* cairoContext = paintInfo.context->platformContext()->cr(); in paintMenuList() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp152 cairo_t* cairoContext = context->platformContext()->cr(); in drawPathShadow() local
187 static void fillCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext) in fillCurrentCairoPath()
196 static void strokeCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext) in strokeCurrentCairoPath()