Searched refs:m_nFrames (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp228 m_nFrames = 0;
254 if (m_nFrames > 0)
265 m_nFrames = header.cSteps; // NB: not cFrames!!
266 if ( m_nFrames == 0 )
272 m_info.Add(wxANIFrameInfo(), m_nFrames); local
277 if (m_nFrames == 0)
280 wxASSERT(m_info.GetCount() == m_nFrames);
281 for (unsigned int i=0; i<m_nFrames; i++)
290 if (m_nFrames == 0)
293 wxASSERT(m_info.GetCount() == m_nFrames);
[all...]
H A Dgifdecod.cpp91 wxASSERT(m_nFrames==m_frames.GetCount());
92 for (unsigned int i=0; i<m_nFrames; i++)
101 m_nFrames = 0;
772 if ( m_nFrames == 0 )
786 pimg->w, pimg->h, m_nFrames); local
847 m_nFrames++;
855 if (m_nFrames <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimdecod.h93 m_nFrames = 0;
132 unsigned int GetFrameCount() const { return m_nFrames; }
136 unsigned int m_nFrames; member in class:wxAnimationDecoder
H A Dgifdecod.h70 { return m_nFrames > 1; }

Completed in 56 milliseconds