Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ stbi__start_file
Function
stbi__start_file
lite/example/cpp_example/mge/cv/stb_image.h:892–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
890
};
891
892
static void stbi__start_file(stbi__context* s, FILE* f) {
893
stbi__start_callbacks(s, &stbi__stdio_callbacks, (void*)f);
894
}
895
896
// static void stop_file(stbi__context *s) { }
897
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