Gnash
0.8.10
|
#include <Renderer.h>
Public Member Functions | |
External (Renderer &r, const rgba &c, int w=0, int h=0, float x0=0, float x1=0, float y0=0, float y1=0) | |
Prepare the renderer for external rendering. | |
~External () |
gnash::Renderer::External::External | ( | Renderer & | r, |
const rgba & | c, | ||
int | w = 0 , |
||
int | h = 0 , |
||
float | x0 = 0 , |
||
float | x1 = 0 , |
||
float | y0 = 0 , |
||
float | y1 = 0 |
||
) | [inline] |
Prepare the renderer for external rendering.
Note that all arguments except the background colour are useless outside the ogl renderer.
References test::w, and gnash::key::h.
gnash::Renderer::External::~External | ( | ) | [inline] |