Home
last modified time | relevance | path

Searched defs:getAnimationPath (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraPathProperty.h25 osg::AnimationPath* getAnimationPath() { return _animationPath.get(); } in getAnimationPath() function
26 const osg::AnimationPath* getAnimationPath() const { return _animationPath.get(); } in getAnimationPath() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraPathProperty.h25 osg::AnimationPath* getAnimationPath() { return _animationPath.get(); } in getAnimationPath() function
26 const osg::AnimationPath* getAnimationPath() const { return _animationPath.get(); } in getAnimationPath() function
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DThemesManager.cpp201 QString ThemesManager::getAnimationPath(const QString &name) in getAnimationPath() function in Otter::ThemesManager