|
Gnash
0.8.10
|
#include <fb_glue_ovg.h>
Public Member Functions | |
| FBOvgGlue () | |
| FBOvgGlue (int fd) | |
| ~FBOvgGlue () | |
| bool | init (int argc, char ***argv) |
| void | render () |
| void | draw () |
| Renderer * | createRenderHandler () |
| void | setInvalidatedRegions (const InvalidatedRanges &ranges) |
| Not implemented, Fixme. | |
| void | prepDrawingArea (void *drawing_area) |
| Hand off a handle to the native drawing area to the renderer. | |
| void | initBuffer (int width, int height) |
| void | resize (int width, int height) |
| int | width () |
| int | height () |
| int | stride () |
| size_t | getBounds () |
| gnash::gui::FBOvgGlue::FBOvgGlue | ( | ) | [inline] |
| gnash::gui::FBOvgGlue::FBOvgGlue | ( | int | fd | ) |
| Renderer * gnash::gui::FBOvgGlue::createRenderHandler | ( | ) | [virtual] |
Implements gnash::gui::FBGlue.
References _, gnash::gui::FBGlue::_renderer, and gnash::renderer::openvg::create_handler().
| void gnash::gui::FBOvgGlue::draw | ( | ) |
| size_t gnash::gui::FBOvgGlue::getBounds | ( | ) | [inline] |
| int gnash::gui::FBOvgGlue::height | ( | ) | [inline, virtual] |
Implements gnash::gui::FBGlue.
| bool gnash::gui::FBOvgGlue::init | ( | int | argc, |
| char *** | argv | ||
| ) |
References _, gnash::DeviceGlue::_device, gnash::renderer::GnashDevice::DIRECTFB, gnash::renderer::GnashDevice::EGL, gnash::DeviceGlue::getDepth(), gnash::DeviceGlue::getHeight(), gnash::DeviceGlue::getWidth(), gnash::key::i, gnash::renderer::GnashDevice::NODEV, gnash::renderer::GnashDevice::OPENVG, gnash::DeviceGlue::probeDevices(), gnash::renderer::GnashDevice::RAWFB, gnash::DeviceGlue::setDevice(), and gnash::renderer::GnashDevice::X11.
| void gnash::gui::FBOvgGlue::initBuffer | ( | int | width, |
| int | height | ||
| ) |
| void gnash::gui::FBOvgGlue::prepDrawingArea | ( | void * | drawing_area | ) | [virtual] |
Hand off a handle to the native drawing area to the renderer.
Implements gnash::gui::FBGlue.
| void gnash::gui::FBOvgGlue::render | ( | ) | [virtual] |
Implements gnash::gui::FBGlue.
References gnash::DeviceGlue::_device.
| void gnash::gui::FBOvgGlue::resize | ( | int | width, |
| int | height | ||
| ) |
| void gnash::gui::FBOvgGlue::setInvalidatedRegions | ( | const InvalidatedRanges & | ranges | ) | [virtual] |
Not implemented, Fixme.
Reimplemented from gnash::gui::FBGlue.
References _, gnash::gui::FBGlue::_renderer, gnash::geometry::SnappingRanges2d< T >::getRange(), gnash::geometry::Intersection(), gnash::geometry::Range2d< T >::isNull(), and gnash::geometry::SnappingRanges2d< T >::size().
| int gnash::gui::FBOvgGlue::stride | ( | ) | [inline] |
| int gnash::gui::FBOvgGlue::width | ( | ) | [inline, virtual] |
Implements gnash::gui::FBGlue.
1.7.6.1