Gnash  0.8.11dev
Classes | Namespaces | Typedefs | Functions
Renderer_cairo.h File Reference
#include <vector>
#include <cairo/cairo.h>
#include "Renderer.h"
#include "Geometry.h"

Go to the source code of this file.

Classes

class  gnash::Renderer_cairo
 

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 
 gnash::renderer
 
 gnash::renderer::cairo
 Cairo renderer namespace.
 

Typedefs

typedef std::vector< Path > gnash::PathVec
 
typedef std::vector< const Path * > gnash::PathPtrVec
 

Functions

DSOEXPORT Renderer * gnash::renderer::cairo::create_handler ()
 Create a render handler. More...
 
DSOEXPORT void gnash::renderer::cairo::set_context (Renderer *handler, cairo_t *context)
 Make sure to call this before starting display. More...