Lines Matching refs:Animation

37 DBG_NAME( Animation )
50 sal_uLong Animation::mnAnimCount = 0UL;
89 Animation::Animation() : in Animation() function in Animation
98 DBG_CTOR( Animation, NULL ); in Animation()
99 maTimer.SetTimeoutHdl( LINK( this, Animation, ImplTimeoutHdl ) ); in Animation()
105 Animation::Animation( const Animation& rAnimation ) : in Animation() function in Animation
115 DBG_CTOR( Animation, NULL ); in Animation()
120 maTimer.SetTimeoutHdl( LINK( this, Animation, ImplTimeoutHdl ) ); in Animation()
127 Animation::~Animation() in ~Animation()
129 DBG_DTOR( Animation, NULL ); in ~Animation()
145 Animation& Animation::operator=( const Animation& rAnimation ) in operator =()
166 sal_Bool Animation::operator==( const Animation& rAnimation ) const in operator ==()
194 sal_Bool Animation::IsEqual( const Animation& rAnimation ) const in IsEqual()
214 sal_Bool Animation::IsEmpty() const in IsEmpty()
221 void Animation::SetEmpty() in SetEmpty()
239 void Animation::Clear() in Clear()
246 sal_Bool Animation::IsTransparent() const in IsTransparent()
275 sal_uLong Animation::GetSizeBytes() const in GetSizeBytes()
290 sal_uLong Animation::GetChecksum() const in GetChecksum()
318 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, long nExtraData, in Start()
326 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz, long nExt… in Start()
386 void Animation::Stop( OutputDevice* pOut, long nExtraData ) in Stop()
410 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt ) const in Draw()
417 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz ) const in Draw()
432 ( (Animation*) this )->mnPos = mbLoopTerminated ? ( nCount - 1UL ) : mnPos; in Draw()
433 delete new ImplAnimView( (Animation*) this, pOut, rDestPt, rDestSz, 0 ); in Draw()
434 ( (Animation*) this )->mnPos = nOldPos; in Draw()
441 void Animation::ImplRestartTimer( sal_uLong nTimeout ) in ImplRestartTimer()
449 IMPL_LINK( Animation, ImplTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
573 sal_Bool Animation::Insert( const AnimationBitmap& rStepBmp ) in Insert()
597 const AnimationBitmap& Animation::Get( sal_uInt16 nAnimation ) const in Get()
605 void Animation::Replace( const AnimationBitmap& rNewAnimationBitmap, sal_uInt16 nAnimation ) in Replace()
624 void Animation::SetLoopCount( const sal_uLong nLoopCount ) in SetLoopCount()
632 void Animation::ResetLoopCount() in ResetLoopCount()
640 sal_Bool Animation::Convert( BmpConversion eConversion ) in Convert()
663 sal_Bool Animation::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors()
686 sal_Bool Animation::Invert() in Invert()
709 sal_Bool Animation::Mirror( sal_uLong nMirrorFlags ) in Mirror()
746 sal_Bool Animation::Dither( sal_uLong nDitherFlags ) in Dither()
769 sal_Bool Animation::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust()
800 sal_Bool Animation::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pPro… in Filter()
823 SvStream& operator<<( SvStream& rOStm, const Animation& rAnimation ) in operator <<()
869 SvStream& operator>>( SvStream& rIStm, Animation& rAnimation ) in operator >>()