Searched refs:GetDelay (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleGifCtrl.cpp57 long GetDelay() { return wxGIFDecoder::GetDelay(m_nframe); }
155 m_timer.Start(m_decoder->GetDelay(), true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danidecod.h43 virtual long GetDelay(unsigned int frame) const;
H A Danimate.h42 virtual int GetDelay(unsigned int frame) const = 0;
H A Danimdecod.h124 virtual long GetDelay(unsigned int frame) const = 0;
H A Dgifdecod.h66 virtual long GetDelay(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.cpp71 int wxAnimation::GetDelay(unsigned int i) const function in class:wxAnimation
75 return M_ANIMDATA->GetDelay(i);
417 int delay = m_animation.GetDelay(0);
662 int delay = m_animation.GetDelay(m_currentFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimation.tex66 \membersection{wxAnimation::GetDelay}\label{wxanimationgetdelay}
68 \constfunc{int}{GetDelay}{\param{unsigned int }{i}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h51 virtual int GetDelay(unsigned int WXUNUSED(frame)) const { return 0; } function in class:wxAnimation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h35 virtual int GetDelay(unsigned int i) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp94 long wxANIDecoder::GetDelay(unsigned int frame) const function in class:wxANIDecoder
H A Dgifdecod.cpp206 long wxGIFDecoder::GetDelay(unsigned int frame) const function in class:wxGIFDecoder
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp391 long delay = m_gifDecoder->GetDelay(0);
528 long delay = m_gifDecoder->GetDelay(m_nCurrFrame);

Completed in 89 milliseconds