Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void Image::Load(const String& file_name)
99
{
100
m_name = file_name;
101
Load();
102
}
103
104
static int read(void* user, char* data, int size)
105
{
Callers
1
SystemContentLoadParamSfo
Function · 0.45
Calls
9
Load
Function · 0.85
IMG_LoadPNG_RW
Function · 0.85
SDL_RWclose
Function · 0.85
CreateSdlRWops
Method · 0.80
utf8_str
Method · 0.80
Delete
Function · 0.50
Open
Method · 0.45
EndsWith
Method · 0.45
GetData
Method · 0.45
Tested by
no test coverage detected