Gnash
0.8.10
|
#include <GnashVaapiImageProxy.h>
Public Member Functions | |
GnashVaapiImageProxy (GnashVaapiImage *image, int x, int y, size_t w, size_t h) | |
GnashVaapiImageProxy (const GnashVaapiImageProxy &o) | |
boost::shared_ptr< VaapiSurface > | surface () const |
Get access to the underlying surface. | |
int | x () const |
Get the rendered image's x position. | |
int | y () const |
Get the rendered image's y position. | |
size_t | width () const |
Get the rendered image's width. | |
size_t | height () const |
Get the rendered image's width. |
GnashVaapiImage proxy for delayed rendering XXX: call it GnashRenderedVaapiImage instead?
gnash::GnashVaapiImageProxy::GnashVaapiImageProxy | ( | GnashVaapiImage * | image, |
int | x, | ||
int | y, | ||
size_t | w, | ||
size_t | h | ||
) | [inline] |
gnash::GnashVaapiImageProxy::GnashVaapiImageProxy | ( | const GnashVaapiImageProxy & | o | ) | [inline] |
size_t gnash::GnashVaapiImageProxy::height | ( | ) | const [inline] |
boost::shared_ptr<VaapiSurface> gnash::GnashVaapiImageProxy::surface | ( | ) | const [inline] |
size_t gnash::GnashVaapiImageProxy::width | ( | ) | const [inline] |
int gnash::GnashVaapiImageProxy::x | ( | ) | const [inline] |
Get the rendered image's x position.
References _x.
int gnash::GnashVaapiImageProxy::y | ( | ) | const [inline] |
Get the rendered image's y position.
References _y.