Home
last modified time | relevance | path

Searched refs:WriteAnimation (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx62 void WriteAnimation( const Animation& rAnimation );
134 WriteAnimation( rAnimation ); in WriteGIF()
202 void GIFWriter::WriteAnimation( const Animation& rAnimation ) in WriteAnimation() function in GIFWriter
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx62 void WriteAnimation( const Animation& rAnimation );
135 WriteAnimation( rAnimation ); in WriteGIF()
203 void GIFWriter::WriteAnimation( const Animation& rAnimation ) in WriteAnimation() function in GIFWriter
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/animate/
H A DAnimation.hxx88 friend SvStream& WriteAnimation(SvStream& rOStream, const Animation& rAnimation);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/animate/
H A DAnimation.hxx88 friend SvStream& WriteAnimation(SvStream& rOStream, const Animation& rAnimation);
/dports/games/xonotic/Xonotic/source/qcsrc/common/
H A Danimdecide.qh28 #define WriteAnimation(to, it) WriteRegistered(Animations, to, it)
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A DTypeSerializer.cxx399 WriteAnimation(mrStream, aGraphic.GetAnimation()); in writeGraphic()
H A Dimpgraph.cxx1236 WriteAnimation(rStream, *mpAnimation); in swapOutGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/animate/
H A DAnimation.cxx551 SvStream& WriteAnimation(SvStream& rOStm, const Animation& rAnimation) in WriteAnimation() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/animate/
H A DAnimation.cxx570 SvStream& WriteAnimation(SvStream& rOStm, const Animation& rAnimation) in WriteAnimation() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXAnimationExport.cpp176 xmlNode* FArchiveXML::WriteAnimation(FCDObject* object, xmlNode* parentNode) in WriteAnimation() function in FArchiveXML
H A DFArchiveXML.h501 static xmlNode* WriteAnimation(FCDObject* object, xmlNode* parentNode);
H A DFArchiveXML.cpp318 xmlWriteFuncs.insert(&FCDAnimation::GetClassType(), FArchiveXML::WriteAnimation); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dimpgraph.cxx2061 WriteAnimation( rOStm, *rImpGraphic.mpAnimation ); in WriteImpGraphic()