Gnash  0.8.10
Public Member Functions
gnash::gui::FBOvgGlue Class Reference

#include <fb_glue_ovg.h>

Inheritance diagram for gnash::gui::FBOvgGlue:
gnash::gui::FBGlue gnash::DeviceGlue

List of all members.

Public Member Functions

 FBOvgGlue ()
 FBOvgGlue (int fd)
 ~FBOvgGlue ()
bool init (int argc, char ***argv)
void render ()
void draw ()
RenderercreateRenderHandler ()
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 ()

Constructor & Destructor Documentation

gnash::gui::FBOvgGlue::FBOvgGlue ( ) [inline]
gnash::gui::FBOvgGlue::FBOvgGlue ( int  fd)
gnash::gui::FBOvgGlue::~FBOvgGlue ( )

Member Function Documentation

Renderer * gnash::gui::FBOvgGlue::createRenderHandler ( ) [virtual]
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 
)
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]
void gnash::gui::FBOvgGlue::resize ( int  width,
int  height 
)
void gnash::gui::FBOvgGlue::setInvalidatedRegions ( const InvalidatedRanges ranges) [virtual]
int gnash::gui::FBOvgGlue::stride ( ) [inline]
int gnash::gui::FBOvgGlue::width ( ) [inline, virtual]

Implements gnash::gui::FBGlue.


The documentation for this class was generated from the following files: