Home
last modified time | relevance | path

Searched refs:rAnimation (Results 1 – 25 of 45) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/animate/
H A DAnimation.cxx47 : maBitmapEx(rAnimation.maBitmapEx) in Animation()
48 , maGlobalSize(rAnimation.maGlobalSize) in Animation()
49 , mnLoopCount(rAnimation.mnLoopCount) in Animation()
50 , mnPos(rAnimation.mnPos) in Animation()
54 for (auto const& i : rAnimation.maList) in Animation()
69 if (this != &rAnimation) in operator =()
77 maBitmapEx = rAnimation.maBitmapEx; in operator =()
79 mnPos = rAnimation.mnPos; in operator =()
88 return maList.size() == rAnimation.maList.size() && maBitmapEx == rAnimation.maBitmapEx in operator ==()
608 rAnimation.Clear(); in ReadAnimation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/animate/
H A DAnimation.cxx47 : maBitmapEx(rAnimation.maBitmapEx) in Animation()
48 , maGlobalSize(rAnimation.maGlobalSize) in Animation()
49 , mnLoopCount(rAnimation.mnLoopCount) in Animation()
50 , mnPos(rAnimation.mnPos) in Animation()
54 for (auto const& i : rAnimation.maList) in Animation()
69 if (this != &rAnimation) in operator =()
77 maBitmapEx = rAnimation.maBitmapEx; in operator =()
79 mnPos = rAnimation.mnPos; in operator =()
88 return maList.size() == rAnimation.maList.size() && maBitmapEx == rAnimation.maBitmapEx in operator ==()
627 rAnimation.Clear(); in ReadAnimation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A Dbitmapfilter.cxx34 bool BitmapFilter::Filter(Animation& rAnimation, BitmapFilter const & rFilter) in Filter() argument
36 SAL_WARN_IF(rAnimation.IsInAnimation(), "vcl", "Animation modified while it is animated"); in Filter()
40 if (!rAnimation.IsInAnimation() && !rAnimation.Count()) in Filter()
44 std::vector<std::unique_ptr<AnimationBitmap>>& aList = rAnimation.GetAnimationFrames(); in Filter()
50 BitmapEx aBmpEx(rAnimation.GetBitmapEx()); in Filter()
52 rAnimation.SetBitmapEx(aBmpEx); in Filter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbitmapfilter.cxx39 bool BitmapFilter::Filter(Animation& rAnimation, BitmapFilter const& rFilter) in Filter() argument
41 SAL_WARN_IF(rAnimation.IsInAnimation(), "vcl", "Animation modified while it is animated"); in Filter()
45 if (!rAnimation.IsInAnimation() && !rAnimation.Count()) in Filter()
49 std::vector<std::unique_ptr<AnimationBitmap>>& aList = rAnimation.GetAnimationFrames(); in Filter()
55 BitmapEx aBmpEx(rAnimation.GetBitmapEx()); in Filter()
57 rAnimation.SetBitmapEx(aBmpEx); in Filter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/animate/
H A DAnimation.hxx35 Animation(const Animation& rAnimation);
38 Animation& operator=(const Animation& rAnimation);
39 bool operator==(const Animation& rAnimation) const;
40 bool operator!=(const Animation& rAnimation) const { return !(*this == rAnimation); } in operator !=()
87 friend SvStream& ReadAnimation(SvStream& rIStream, Animation& rAnimation);
88 friend SvStream& WriteAnimation(SvStream& rOStream, const Animation& rAnimation);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/animate/
H A DAnimation.hxx35 Animation(const Animation& rAnimation);
38 Animation& operator=(const Animation& rAnimation);
39 bool operator==(const Animation& rAnimation) const;
40 bool operator!=(const Animation& rAnimation) const { return !(*this == rAnimation); } in operator !=()
87 friend SvStream& ReadAnimation(SvStream& rIStream, Animation& rAnimation);
88 friend SvStream& WriteAnimation(SvStream& rOStream, const Animation& rAnimation);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx51 void WriteLoopExtension( const Animation& rAnimation );
62 void WriteAnimation( const Animation& rAnimation );
121 const Animation& rAnimation = rGraphic.GetAnimation(); in WriteGIF() local
127 WriteGlobalHeader( rAnimation.GetDisplaySizePixel() ); in WriteGIF()
131 WriteLoopExtension( rAnimation ); in WriteGIF()
134 WriteAnimation( rAnimation ); in WriteGIF()
202 void GIFWriter::WriteAnimation( const Animation& rAnimation ) in WriteAnimation() argument
204 const sal_uInt16 nCount = rAnimation.Count(); in WriteAnimation()
215 const AnimationBitmap& rAnimationBitmap = rAnimation.Get( i ); in WriteAnimation()
321 void GIFWriter::WriteLoopExtension( const Animation& rAnimation ) in WriteLoopExtension() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx51 void WriteLoopExtension( const Animation& rAnimation );
62 void WriteAnimation( const Animation& rAnimation );
122 const Animation& rAnimation = rGraphic.GetAnimation(); in WriteGIF() local
128 WriteGlobalHeader( rAnimation.GetDisplaySizePixel() ); in WriteGIF()
132 WriteLoopExtension( rAnimation ); in WriteGIF()
135 WriteAnimation( rAnimation ); in WriteGIF()
203 void GIFWriter::WriteAnimation( const Animation& rAnimation ) in WriteAnimation() argument
205 const sal_uInt16 nCount = rAnimation.Count(); in WriteAnimation()
217 const AnimationBitmap& rAnimationBitmap = rAnimation.Get( i ); in WriteAnimation()
322 void GIFWriter::WriteLoopExtension( const Animation& rAnimation ) in WriteLoopExtension() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx47 const AnimationSharedPtrT& rAnimation, in SetActivity() argument
49 : mpAnimation( rAnimation ), in SetActivity()
132 const ::std::shared_ptr< AnimationT >& rAnimation, in makeSetActivity()
135 return std::make_shared<SetActivity<AnimationT>>(rParms,rAnimation,rToValue); in makeSetActivity()
H A Danimationcolornode.cxx43 explicit HSLWrapper( const ColorAnimationSharedPtr& rAnimation ) in HSLWrapper() argument
44 : mpAnimation( rAnimation ) in HSLWrapper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx49 const AnimationSharedPtrT& rAnimation, in SetActivity() argument
51 : mpAnimation( rAnimation ), in SetActivity()
134 const ::std::shared_ptr< AnimationT >& rAnimation, in makeSetActivity()
138 new SetActivity<AnimationT>(rParms,rAnimation,rToValue) ); in makeSetActivity()
H A Danimationcolornode.cxx44 explicit HSLWrapper( const ColorAnimationSharedPtr& rAnimation ) in HSLWrapper() argument
45 : mpAnimation( rAnimation ) in HSLWrapper()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx33 const Animator::AnimationFunctor& rAnimation,
99 const AnimationFunctor& rAnimation, in AddAnimation() argument
110 rAnimation, in AddAnimation()
228 const Animator::AnimationFunctor& rAnimation, in Animation() argument
234 : maAnimation(rAnimation), in Animation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx32 const Animator::AnimationFunctor& rAnimation,
98 const AnimationFunctor& rAnimation, in AddAnimation() argument
109 rAnimation, in AddAnimation()
227 const Animator::AnimationFunctor& rAnimation, in Animation() argument
233 : maAnimation(rAnimation), in Animation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dppt97animations.hxx90 bool operator < ( const Ppt97Animation& rAnimation ) const;//later is greater
91 bool operator > ( const Ppt97Animation& rAnimation ) const;//later is greater
H A Dppt97animations.cxx64 bool Ppt97Animation::operator < ( const Ppt97Animation& rAnimation ) const in operator <()
66 return m_aAtom.nOrderID < rAnimation.m_aAtom.nOrderID; in operator <()
68 bool Ppt97Animation::operator > ( const Ppt97Animation& rAnimation ) const in operator >()
70 return m_aAtom.nOrderID > rAnimation.m_aAtom.nOrderID; in operator >()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dppt97animations.hxx91 bool operator < ( const Ppt97Animation& rAnimation ) const;//later is greater
92 bool operator > ( const Ppt97Animation& rAnimation ) const;//later is greater
H A Dppt97animations.cxx63 bool Ppt97Animation::operator < ( const Ppt97Animation& rAnimation ) const in operator <()
65 return m_aAtom.nOrderID < rAnimation.m_aAtom.nOrderID; in operator <()
67 bool Ppt97Animation::operator > ( const Ppt97Animation& rAnimation ) const in operator >()
69 return m_aAtom.nOrderID > rAnimation.m_aAtom.nOrderID; in operator >()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/path_encoding/
H A DTux.qml22 property bool isAnimationRunning: xAnimation.running || yAnimation.running || rAnimation.running
56 id: rAnimation
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DManager.cxx192 std::shared_ptr<ImpGraphic> Manager::newInstance(const Animation& rAnimation) in newInstance() argument
194 auto pReturn = std::make_shared<ImpGraphic>(rAnimation); in newInstance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DManager.cxx229 std::shared_ptr<ImpGraphic> Manager::newInstance(const Animation& rAnimation) in newInstance() argument
231 auto pReturn = std::make_shared<ImpGraphic>(rAnimation); in newInstance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx73 const AnimationFunctor& rAnimation,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx74 const AnimationFunctor& rAnimation,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dxoutbmp.hxx58 static Animation MirrorAnimation( const Animation& rAnimation, bool bHMirr, bool bVMirr );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dxoutbmp.hxx60 static Animation MirrorAnimation( const Animation& rAnimation, bool bHMirr, bool bVMirr );

12