Gnash
0.8.10
|
#include <vector>
#include <boost/scoped_array.hpp>
#include <cairo/cairo.h>
#include "Renderer.h"
#include "Geometry.h"
Go to the source code of this file.
Classes | |
class | gnash::Renderer_cairo |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::renderer |
namespace | 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. | |
DSOEXPORT void | gnash::renderer::cairo::set_context (Renderer *handler, cairo_t *context) |
Make sure to call this before starting display. |