OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stbi_load_from_memory
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/splash/
splash.c
188
data =
stbi_load_from_memory
(splash_image.data,
/src/sys/dev/stbi/
stb_image.c
210
extern stbi_uc *
stbi_load_from_memory
(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp);
691
unsigned char *
stbi_load_from_memory
(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp)
function
751
data =
stbi_load_from_memory
(buffer, len, x, y, comp, req_comp);
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026