Home
last modified time | relevance | path

Searched refs:eDisposal (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx53 void WriteImageExtension( long nTimer, Disposal eDisposal );
64 long nTimer = 0, Disposal eDisposal = Disposal::Not );
174 bool bExtended, long nTimer, Disposal eDisposal ) in WriteBitmapEx() argument
182 WriteImageExtension( nTimer, eDisposal ); in WriteBitmapEx()
371 void GIFWriter::WriteImageExtension( long nTimer, Disposal eDisposal ) in WriteImageExtension() argument
383 if( eDisposal == Disposal::Back ) in WriteImageExtension()
385 else if( eDisposal == Disposal::Previous ) in WriteImageExtension()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx53 void WriteImageExtension( tools::Long nTimer, Disposal eDisposal );
64 tools::Long nTimer = 0, Disposal eDisposal = Disposal::Not );
175 bool bExtended, tools::Long nTimer, Disposal eDisposal ) in WriteBitmapEx() argument
184 WriteImageExtension( nTimer, eDisposal ); in WriteBitmapEx()
372 void GIFWriter::WriteImageExtension( tools::Long nTimer, Disposal eDisposal ) in WriteImageExtension() argument
385 if( eDisposal == Disposal::Back ) in WriteImageExtension()
387 else if( eDisposal == Disposal::Previous ) in WriteImageExtension()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/animate/
H A DAnimationBitmap.hxx50 long nWait = 0, Disposal eDisposal = Disposal::Not) in AnimationBitmap()
55 , meDisposal(eDisposal) in AnimationBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/animate/
H A DAnimationBitmap.hxx49 tools::Long nWait = 0, Disposal eDisposal = Disposal::Not) in AnimationBitmap()
54 , meDisposal(eDisposal) in AnimationBitmap()