Searched refs:wxGIF_OK (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgifdecod.h39 wxGIF_OK = 0, // everything was OK enumerator in enum:wxGIFErrorCode
81 { return LoadGIF(stream) == wxGIF_OK; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimaggif.cpp47 if ((error != wxGIF_OK) && (error != wxGIF_TRUNCATED))
H A Dgifdecod.cpp295 // Returns wxGIF_OK (== 0) on success, or an error code if something
566 return wxGIF_OK;
591 // 256 colors, although some of them may be unused. Returns wxGIF_OK
839 if (result != wxGIF_OK)
930 return wxGIF_OK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleGifCtrl.cpp99 if ( m_decoder->LoadGIF(stream) != wxGIF_OK ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp380 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK )

Completed in 50 milliseconds