Gnash
0.8.11dev
|
#include "Renderer_cairo.h"
#include <cmath>
#include <math.h>
#include <cairo/cairo.h>
#include <memory>
#include <functional>
#include "Renderer.h"
#include "GnashImage.h"
#include "PathParser.h"
#include "swf/ShapeRecord.h"
#include "utility.h"
#include "FillStyle.h"
#include "Transform.h"
#include "ImageIterators.h"
#include "CachedBitmap.h"
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
gnash::renderer | |
gnash::renderer::cairo | |
Cairo renderer namespace. | |
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... | |