|
| bool | gnash::isReferenceable (const DisplayObject &d) |
| | Returns true if the DisplayObject is referenceable in ActionScript. More...
|
| |
| bool | gnash::setDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, const as_value &val) |
| | Set special properties. More...
|
| |
| bool | gnash::getDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, as_value &val) |
| | DisplayObject property lookup. More...
|
| |
| void | gnash::getIndexedProperty (size_t index, DisplayObject &o, as_value &val) |
| | Get a property by its numeric index. More...
|
| |
| void | gnash::setIndexedProperty (size_t index, DisplayObject &o, const as_value &val) |
| | Set a property by its numeric index. More...
|
| |
| void | gnash::copyMatrix (const DisplayObject &from, DisplayObject &to) |
| | Copy SWFMatrix and caches from given DisplayObjecta. More...
|
| |
| SWFMatrix | gnash::getWorldMatrix (const DisplayObject &d, bool includeRoot=true) |
| | Get concatenated SWFMatrix (all ancestor transforms and our SWFMatrix) More...
|
| |
| SWFCxForm | gnash::getWorldCxForm (const DisplayObject &d) |
| | Get concatenated color transform of a DisplayObject. More...
|
| |
| const SWFMatrix & | gnash::getMatrix (const DisplayObject &o) |
| | Get local transform SWFMatrix for this DisplayObject. More...
|
| |
| const SWFCxForm & | gnash::getCxForm (const DisplayObject &o) |
| |
| as_object * | gnash::getObject (const DisplayObject *d) |
| | Return the as_object associated with a DisplayObject if it exists. More...
|
| |
| std::ostream & | gnash::operator<< (std::ostream &o, DisplayObject::BlendMode bm) |
| | Stream operator for DisplayObject blend mode. More...
|
| |