Lines Matching refs:maAnimationFrames
155 maAnimationFrames.empty() ) in ensureVerboseMtfComments()
417 maAnimationFrames(), // empty, we don't have no intrinsic animation in DrawShape()
479 maAnimationFrames(), in DrawShape()
510 getAnimationFromGraphic( maAnimationFrames, in DrawShape()
515 ENSURE_OR_THROW( !maAnimationFrames.empty() && in DrawShape()
516 maAnimationFrames.front().mpMtf, in DrawShape()
518 mpCurrMtf = maAnimationFrames.front().mpMtf; in DrawShape()
530 maAnimationFrames(), // don't copy animations for subsets, in DrawShape()
589 OSL_ASSERT( pShape->maAnimationFrames.empty() ); in create()
621 OSL_ASSERT( !pShape->maAnimationFrames.empty() ); in create()
625 pShape->maAnimationFrames.begin(), in create()
626 pShape->maAnimationFrames.end(), in create()
929 return (!maAnimationFrames.empty() || mbDrawingLayerAnim); in hasIntrinsicAnimation()
934 ENSURE_OR_RETURN_FALSE( nCurrFrame < maAnimationFrames.size(), in setIntrinsicAnimationFrame()
940 mpCurrMtf = maAnimationFrames[ mnCurrFrame ].mpMtf; in setIntrinsicAnimationFrame()