|
Gnash
0.8.11dev
|
#include <EGL/egl.h>#include <vector>#include <list>#include <memory>#include "Geometry.h"#include "Renderer.h"#include "GnashDevice.h"#include "CachedBitmap.h"#include "FillStyle.h"#include <VG/vgu.h>#include <VG/openvg.h>#include "openvg/OpenVGBitmap.h"#include "egl/eglDevice.h"Go to the source code of this file.
Classes | |
| class | gnash::renderer::openvg::Renderer_ovg |
Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
| gnash::renderer | |
| gnash::renderer::openvg | |
Macros | |
| #define | GNASH_RENDER_HANDLER_OVG_H |
Typedefs | |
| typedef std::vector< const Path * > | gnash::renderer::openvg::PathRefs |
| typedef std::vector< Path > | gnash::renderer::openvg::PathVec |
| typedef std::vector< geometry::Range2d< int > > | gnash::renderer::openvg::ClipBounds |
Functions | |
| DSOEXPORT Renderer * | gnash::renderer::openvg::create_handler (const char *) |
| #define GNASH_RENDER_HANDLER_OVG_H |
Original Author: Visor cutevisor@gmail.com. Heavily hacked by Rob rob@welcomehome.org to work with Gnash git master.
1.8.12