Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ GoFirstFrame
Method
GoFirstFrame
src/MuleGifCtrl.cpp:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
~MuleGIFDecoder() { }
50
51
void GoFirstFrame() { m_nframe = 0; }
52
void GoNextFrame() { (m_nframe < GetFrameCount() - 1) ? m_nframe++ : m_nframe = 0; }
53
void GoLastFrame() { m_nframe = GetFrameCount() - 1; }
54
Callers
1
LoadData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected