Searched refs:GetFrameSize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danidecod.h40 virtual wxSize GetFrameSize(unsigned int frame) const;
H A Danimdecod.h113 virtual wxSize GetFrameSize(unsigned int frame) const = 0;
H A Dgifdecod.h63 virtual wxSize GetFrameSize(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.cpp85 wxSize wxAnimation::GetFrameSize(unsigned int frame) const function in class:wxAnimation
89 return M_ANIMDATA->GetFrameSize(frame);
463 m_animation.GetFrameSize(i));
495 m_animation.GetFrameSize(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.h46 wxSize GetFrameSize(unsigned int frame) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgifdecod.cpp121 wxSize sz = GetFrameSize(frame);
191 wxSize wxGIFDecoder::GetFrameSize(unsigned int frame) const function in class:wxGIFDecoder
H A Danidecod.cpp76 wxSize wxANIDecoder::GetFrameSize(unsigned int WXUNUSED(frame)) const function in class:wxANIDecoder
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp513 if ( m_gifDecoder->GetFrameSize(m_nCurrFrame) != wxSize(m_Width, m_Height) ||

Completed in 92 milliseconds