Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ GetFirstFrame
Method
GetFirstFrame
src/windows/ImageLoader.cpp:548–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
HBITMAP HImage::GetFirstFrame() const
549
{
550
if (Frames.empty()) return NULL;
551
return Frames[0].Bitmap;
552
}
Callers
11
MdDrawString
Function · 0.80
Paint
Method · 0.80
WndProc
Method · 0.80
ChooserDlgProc
Method · 0.80
OptionsInitPage
Function · 0.80
DrawImageSpecial
Function · 0.80
DrawMessageReply
Method · 0.80
DrawMessage
Method · 0.80
WndProc
Method · 0.80
WndProc
Method · 0.80
Layout
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected