Searched refs:GetDisposalMethod (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danidecod.h42 virtual wxAnimationDisposal GetDisposalMethod(unsigned int frame) const;
H A Danimdecod.h120 virtual wxAnimationDisposal GetDisposalMethod(unsigned int frame) const = 0;
H A Dgifdecod.h65 virtual wxAnimationDisposal GetDisposalMethod(unsigned int frame) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp92 wxAnimationDisposal wxAnimation::GetDisposalMethod(unsigned int frame) const function in class:wxAnimation
96 return M_ANIMDATA->GetDisposalMethod(frame);
456 if (m_animation.GetDisposalMethod(i) == wxANIM_DONOTREMOVE ||
457 m_animation.GetDisposalMethod(i) == wxANIM_UNSPECIFIED)
461 else if (m_animation.GetDisposalMethod(i) == wxANIM_TOBACKGROUND)
491 switch (m_animation.GetDisposalMethod(m_currentFrame-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h47 wxAnimationDisposal GetDisposalMethod(unsigned int frame) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp88 wxAnimationDisposal wxANIDecoder::GetDisposalMethod(unsigned int WXUNUSED(frame)) const function in class:wxANIDecoder
H A Dgifdecod.cpp201 wxAnimationDisposal wxGIFDecoder::GetDisposalMethod(unsigned int frame) const function in class:wxGIFDecoder

Completed in 94 milliseconds