#include <GnashVaapiImageProxy.h>
GnashVaapiImage proxy for delayed rendering XXX: call it GnashRenderedVaapiImage instead?
§ GnashVaapiImageProxy() [1/2]
gnash::GnashVaapiImageProxy::GnashVaapiImageProxy |
( |
GnashVaapiImage * |
image, |
|
|
int |
x, |
|
|
int |
y, |
|
|
size_t |
w, |
|
|
size_t |
h |
|
) |
| |
|
inline |
§ GnashVaapiImageProxy() [2/2]
§ height()
size_t gnash::GnashVaapiImageProxy::height |
( |
| ) |
const |
|
inline |
Get the rendered image's width.
- Returns
- The rendered image's height in pixels.
§ surface()
std::shared_ptr<VaapiSurface> gnash::GnashVaapiImageProxy::surface |
( |
| ) |
const |
|
inline |
Get access to the underlying surface.
- Returns
- A pointer to the VA surface.
§ width()
size_t gnash::GnashVaapiImageProxy::width |
( |
| ) |
const |
|
inline |
Get the rendered image's width.
- Returns
- The rendered image's width in pixels.
§ x()
int gnash::GnashVaapiImageProxy::x |
( |
| ) |
const |
|
inline |
Get the rendered image's x position.
- Returns
- The rendered image's x position in pixels.
§ y()
int gnash::GnashVaapiImageProxy::y |
( |
| ) |
const |
|
inline |
Get the rendered image's y position.
- Returns
- The rendered image's y position in pixels.
The documentation for this class was generated from the following file: