|
Gnash
0.8.11dev
|
#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. More... | |
| void | prepDrawingArea (void *drawing_area) |
| Hand off a handle to the native drawing area to the renderer. More... | |
| void | initBuffer (int width, int height) |
| void | resize (int width, int height) |
| int | width () |
| int | height () |
| int | stride () |
| size_t | getBounds () |
Public Member Functions inherited from gnash::gui::FBGlue | |
| FBGlue () | |
| virtual | ~FBGlue () |
| virtual bool | init (int argc, char **argv[])=0 |
| virtual void | setRenderHandlerSize (int, int) |
| virtual void | render (void *const) |
| virtual void | beforeRendering (movie_root *) |
Public Member Functions inherited from gnash::DeviceGlue | |
| DeviceGlue () | |
| ~DeviceGlue () | |
| std::unique_ptr< renderer::GnashDevice::dtype_t[]> | probeDevices () |
| void | resetDevice () |
| Reset the the current device, which disables output. More... | |
| renderer::GnashDevice::dtype_t | getDevice () |
| Get the current active device type. More... | |
| void | setDevice (renderer::GnashDevice::dtype_t dtype) |
| bool | initDevice (int argc, char *argv[]) |
| bool | attachWindow (renderer::GnashDevice::native_window_t window) |
| bool | bindClient (renderer::GnashDevice::rtype_t rtype) |
| size_t | getWidth () |
| size_t | getHeight () |
| size_t | getDepth () |
| Depth of the display. More... | |
| bool | swapBuffers () |
| Make the current buffer the active one. More... | |
Additional Inherited Members | |
Protected Attributes inherited from gnash::gui::FBGlue | |
| std::unique_ptr< Renderer > | _renderer |
Protected Attributes inherited from gnash::DeviceGlue | |
| std::unique_ptr< renderer::GnashDevice > | _device |
|
inline |
References createRenderHandler(), draw(), height(), init(), initBuffer(), prepDrawingArea(), render(), resize(), setInvalidatedRegions(), width(), and ~FBOvgGlue().
| gnash::gui::FBOvgGlue::FBOvgGlue | ( | int | fd | ) |
| gnash::gui::FBOvgGlue::~FBOvgGlue | ( | ) |
Referenced by FBOvgGlue().
|
virtual |
Implements gnash::gui::FBGlue.
References _, gnash::gui::FBGlue::_renderer, gnash::renderer::openvg::create_handler(), and gnash::log_debug().
Referenced by FBOvgGlue().
| void gnash::gui::FBOvgGlue::draw | ( | ) |
Referenced by FBOvgGlue().
|
inline |
|
inlinevirtual |
Implements gnash::gui::FBGlue.
Referenced by FBOvgGlue().
| 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::renderer::GnashDevice::GNASH_NODEV, gnash::key::i, gnash::log_debug(), gnash::log_error(), gnash::renderer::GnashDevice::OPENVG, gnash::DeviceGlue::probeDevices(), gnash::renderer::GnashDevice::RAWFB, gnash::DeviceGlue::setDevice(), and gnash::renderer::GnashDevice::X11.
Referenced by FBOvgGlue().
| void gnash::gui::FBOvgGlue::initBuffer | ( | int | width, |
| int | height | ||
| ) |
Referenced by FBOvgGlue().
|
virtual |
Hand off a handle to the native drawing area to the renderer.
Implements gnash::gui::FBGlue.
Referenced by FBOvgGlue().
|
virtual |
| void gnash::gui::FBOvgGlue::resize | ( | int | width, |
| int | height | ||
| ) |
Referenced by FBOvgGlue().
|
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(), gnash::log_error(), and gnash::geometry::SnappingRanges2d< T >::size().
Referenced by FBOvgGlue().
|
inline |
|
inlinevirtual |
Implements gnash::gui::FBGlue.
Referenced by FBOvgGlue().
1.8.12