Searched refs:AnimatedSprite (Results 1 – 3 of 3) sorted by relevance
48 AnimatedSprite::AnimatedSprite( const ViewLayerSharedPtr& rViewLayer, in AnimatedSprite() function in slideshow::internal::AnimatedSprite75 ::cppcanvas::CanvasSharedPtr AnimatedSprite::getContentCanvas() const in getContentCanvas()100 bool AnimatedSprite::resize( const ::basegfx::B2DSize& rSpriteSizePixel ) in resize()168 ::basegfx::B2DSize AnimatedSprite::getPixelOffset() const in getPixelOffset()173 void AnimatedSprite::movePixel( const ::basegfx::B2DPoint& rNewPos ) in movePixel()179 void AnimatedSprite::setAlpha( double nAlpha ) in setAlpha()185 void AnimatedSprite::clip( const ::basegfx::B2DPolyPolygon& rClip ) in clip()191 void AnimatedSprite::clip() in clip()203 void AnimatedSprite::setPriority( double nPrio ) in setPriority()208 void AnimatedSprite::hide() in hide()[all …]
54 class AnimatedSprite : private boost::noncopyable class72 AnimatedSprite( const ViewLayerSharedPtr& rViewLayer,177 typedef ::boost::shared_ptr< AnimatedSprite > AnimatedSpriteSharedPtr;
383 new AnimatedSprite( mpViewLayer, in renderSprite()
Completed in 11 milliseconds