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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danidecod.h3 // Purpose: wxANIDecoder, ANI reader for wxImage and wxAnimation
29 // wxANIDecoder class
32 class WXDLLEXPORT wxANIDecoder : public wxAnimationDecoder class in inherits:wxAnimationDecoder
36 wxANIDecoder();
37 ~wxANIDecoder();
53 { return new wxANIDecoder; }
71 DECLARE_NO_COPY_CLASS(wxANIDecoder)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp3 // Purpose: wxANIDecoder, ANI reader for wxImage and wxAnimation
29 wxCURHandler wxANIDecoder::sm_handler;
53 // wxANIDecoder
56 wxANIDecoder::wxANIDecoder() function in class:wxANIDecoder
60 wxANIDecoder::~wxANIDecoder()
64 bool wxANIDecoder::ConvertToImage(unsigned int frame, wxImage *image) const
76 wxSize wxANIDecoder::GetFrameSize(unsigned int WXUNUSED(frame)) const
82 wxPoint wxANIDecoder
[all...]
H A Dimagbmp.cpp1357 wxANIDecoder decoder;
1366 wxANIDecoder decod;
1372 wxANIDecoder decoder;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp229 AddHandler(new wxANIDecoder);

Completed in 109 milliseconds