Gnash
0.8.10
|
#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) |
gnash::gui::GtkOvgGlue::GtkOvgGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
gnash::gui::GtkOvgGlue::~GtkOvgGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
void gnash::gui::GtkOvgGlue::beforeRendering | ( | ) |
References GNASH_REPORT_FUNCTION.
void gnash::gui::GtkOvgGlue::configure | ( | GtkWidget *const | widget, |
GdkEventConfigure *const | event | ||
) | [virtual] |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, and setRenderHandlerSize().
Renderer * gnash::gui::GtkOvgGlue::createRenderHandler | ( | ) | [virtual] |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, gnash::GtkGlue::_drawing_area, gnash::renderer::openvg::create_handler(), and _.
bool gnash::gui::GtkOvgGlue::init | ( | int | argc, |
char ** | argv[] | ||
) | [virtual] |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, gnash::DeviceGlue::probeDevices(), gnash::key::i, gnash::renderer::GnashDevice::NODEV, _, gnash::DeviceGlue::setDevice(), gnash::renderer::GnashDevice::EGL, gnash::renderer::GnashDevice::RAWFB, gnash::renderer::GnashDevice::DIRECTFB, gnash::renderer::GnashDevice::X11, and gnash::DeviceGlue::_device.
void gnash::gui::GtkOvgGlue::prepDrawingArea | ( | GtkWidget * | drawing_area | ) | [virtual] |
void gnash::gui::GtkOvgGlue::render | ( | ) | [virtual] |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, and _.
void gnash::gui::GtkOvgGlue::render | ( | int | minx, |
int | miny, | ||
int | maxx, | ||
int | maxy | ||
) | [virtual] |
Reimplemented from gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, _, x, y, width, height, and gnash::GtkGlue::_drawing_area.
void gnash::gui::GtkOvgGlue::setRenderHandlerSize | ( | int | width, |
int | height | ||
) | [virtual] |
Reimplemented from gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, assert, gnash::GtkGlue::_drawing_area, gnash::DeviceGlue::_device, gnash::geometry::SnappingRanges2d::setWorld(), and gnash::renderer::EGLDevice::swapBuffers().
Referenced by configure().