Searched refs:wxAnimationDisposal (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 Danimdecod.h56 enum wxAnimationDisposal enum
120 virtual wxAnimationDisposal GetDisposalMethod(unsigned int frame) const = 0;
H A Danidecod.h42 virtual wxAnimationDisposal GetDisposalMethod(unsigned int frame) const;
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/common/
H A Dgifdecod.cpp48 wxAnimationDisposal disposal; // disposal method
201 wxAnimationDisposal wxGIFDecoder::GetDisposalMethod(unsigned int frame) const
599 wxAnimationDisposal disposal;
713 disposal = (wxAnimationDisposal)(((buf[1] & 0x1C) >> 2) - 1);
H A Danidecod.cpp88 wxAnimationDisposal wxANIDecoder::GetDisposalMethod(unsigned int WXUNUSED(frame)) const
/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/generic/
H A Danimateg.cpp92 wxAnimationDisposal wxAnimation::GetDisposalMethod(unsigned int frame) const

Completed in 115 milliseconds