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 () |
![]() | |
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 *) |
![]() | |
DeviceGlue () | |
~DeviceGlue () | |
boost::shared_array < 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 | |
![]() | |
boost::scoped_ptr< Renderer > | _renderer |
![]() | |
boost::scoped_ptr < renderer::GnashDevice > | _device |
|
inline |
gnash::gui::FBOvgGlue::FBOvgGlue | ( | int | fd | ) |
gnash::gui::FBOvgGlue::~FBOvgGlue | ( | ) |
|
virtual |
Implements gnash::gui::FBGlue.
References _, gnash::gui::FBGlue::_renderer, and gnash::renderer::openvg::create_handler().
void gnash::gui::FBOvgGlue::draw | ( | ) |
|
inline |
|
inlinevirtual |
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::renderer::GnashDevice::GNASH_NODEV, gnash::key::i, 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 | ||
) |
|
virtual |
Hand off a handle to the native drawing area to the renderer.
Implements gnash::gui::FBGlue.
|
virtual |
Implements gnash::gui::FBGlue.
References gnash::DeviceGlue::_device.
void gnash::gui::FBOvgGlue::resize | ( | int | width, |
int | height | ||
) |
|
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().
|
inline |
|
inlinevirtual |
Implements gnash::gui::FBGlue.