Gnash
0.8.11dev
|
#include <gtk_glue_ovg.h>
Public Member Functions | |
GtkOvgGlue () | |
~GtkOvgGlue () | |
bool | init (int argc, char **argv[]) |
void | prepDrawingArea (GtkWidget *drawing_area) |
Renderer * | createRenderHandler () |
void | setRenderHandlerSize (int width, int height) |
void | beforeRendering () |
void | configure (GtkWidget *const widget, GdkEventConfigure *const event) |
void | render () |
void | render (int minx, int miny, int maxx, int maxy) |
![]() | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual void | render (GdkRegion *const region) |
virtual void | beforeRendering (movie_root *) |
virtual bool | needsDrawingArea () |
![]() | |
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 | |
![]() | |
GtkWidget * | _drawing_area |
bool | _needs_area |
![]() | |
std::unique_ptr< renderer::GnashDevice > | _device |
gnash::gui::GtkOvgGlue::GtkOvgGlue | ( | ) |
gnash::gui::GtkOvgGlue::~GtkOvgGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
void gnash::gui::GtkOvgGlue::beforeRendering | ( | ) |
References GNASH_REPORT_FUNCTION.
|
virtual |
Implements gnash::GtkGlue.
References _, gnash::config, GNASH_REPORT_FUNCTION, gnash::key::i, gnash::log_debug(), gnash::log_error(), and setRenderHandlerSize().
|
virtual |
Implements gnash::GtkGlue.
References _, gnash::GtkGlue::_drawing_area, gnash::renderer::openvg::create_handler(), GNASH_REPORT_FUNCTION, and gnash::log_error().
|
virtual |
Implements gnash::GtkGlue.
References _, gnash::DeviceGlue::_device, gnash::renderer::GnashDevice::DIRECTFB, gnash::renderer::GnashDevice::EGL, gnash::renderer::GnashDevice::GNASH_NODEV, GNASH_REPORT_FUNCTION, gnash::key::i, gnash::log_debug(), gnash::log_error(), gnash::DeviceGlue::probeDevices(), gnash::renderer::GnashDevice::RAWFB, gnash::DeviceGlue::setDevice(), and gnash::renderer::GnashDevice::X11.
|
virtual |
Implements gnash::GtkGlue.
References gnash::DeviceGlue::_device, gnash::GtkGlue::_drawing_area, gnash::renderer::EGLDevice::bindClient(), gnash::renderer::GnashDevice::EGL, GNASH_REPORT_FUNCTION, gnash::renderer::GnashDevice::OPENVG, gnash::renderer::EGLDevice::printEGLContext(), and gnash::renderer::EGLDevice::printEGLSurface().
|
virtual |
Implements gnash::GtkGlue.
References _, GNASH_REPORT_FUNCTION, and gnash::log_error().
|
virtual |
Reimplemented from gnash::GtkGlue.
References _, gnash::GtkGlue::_drawing_area, GNASH_REPORT_FUNCTION, height, gnash::log_error(), width, x, and y.
|
virtual |
Reimplemented from gnash::GtkGlue.
References gnash::DeviceGlue::_device, gnash::GtkGlue::_drawing_area, GNASH_REPORT_FUNCTION, gnash::geometry::SnappingRanges2d< T >::setWorld(), and gnash::renderer::EGLDevice::swapBuffers().
Referenced by configure().