MCPcopy 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
548HBITMAP HImage::GetFirstFrame() const
549{
550 if (Frames.empty()) return NULL;
551 return Frames[0].Bitmap;
552}

Callers 11

MdDrawStringFunction · 0.80
PaintMethod · 0.80
WndProcMethod · 0.80
ChooserDlgProcMethod · 0.80
OptionsInitPageFunction · 0.80
DrawImageSpecialFunction · 0.80
DrawMessageReplyMethod · 0.80
DrawMessageMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
LayoutMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected