Home
last modified time | relevance | path

Searched refs:maAnimationFrames (Results 1 – 2 of 2) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx156 maAnimationFrames.empty() ) in ensureVerboseMtfComments()
418 maAnimationFrames(), // empty, we don't have no intrinsic animation in DrawShape()
480 maAnimationFrames(), in DrawShape()
511 getAnimationFromGraphic( maAnimationFrames, in DrawShape()
516 ENSURE_OR_THROW( !maAnimationFrames.empty() && in DrawShape()
517 maAnimationFrames.front().mpMtf, in DrawShape()
519 mpCurrMtf = maAnimationFrames.front().mpMtf; in DrawShape()
531 maAnimationFrames(), // don't copy animations for subsets, in DrawShape()
590 OSL_ASSERT( pShape->maAnimationFrames.empty() ); in create()
622 OSL_ASSERT( !pShape->maAnimationFrames.empty() ); in create()
[all …]
H A Ddrawshape.hxx301 … mutable VectorOfMtfAnimationFrames maAnimationFrames; member in slideshow::internal::DrawShape