Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ stbi__start_file
Function
stbi__start_file
include/stb/stb_image.h:877–880 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
};
876
877
static void stbi__start_file(stbi__context *s, FILE *f)
878
{
879
stbi__start_callbacks(s, &stbi__stdio_callbacks, (void *) f);
880
}
881
882
//static void stop_file(stbi__context *s) { }
883
Callers
6
stbi_load_from_file
Function · 0.85
stb_image.h
File · 0.85
stbi_loadf_from_file
Function · 0.85
stbi_is_hdr_from_file
Function · 0.85
stbi_info_from_file
Function · 0.85
stbi_is_16_bit_from_file
Function · 0.85
Calls
1
stbi__start_callbacks
Function · 0.85
Tested by
no test coverage detected