MCPcopy Create free account
hub / github.com/InoriRus/Kyty / Load

Method Load

source/emulator/src/Graphics/Image.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Image::Load(const String& file_name)
99{
100 m_name = file_name;
101 Load();
102}
103
104static int read(void* user, char* data, int size)
105{

Callers 1

Calls 9

LoadFunction · 0.85
IMG_LoadPNG_RWFunction · 0.85
SDL_RWcloseFunction · 0.85
CreateSdlRWopsMethod · 0.80
utf8_strMethod · 0.80
DeleteFunction · 0.50
OpenMethod · 0.45
EndsWithMethod · 0.45
GetDataMethod · 0.45

Tested by

no test coverage detected