Searched refs:stbi_jpeg_info_from_memory (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 317 extern int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *com… 505 extern int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *com… 2158 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_jpeg_info_from_memory() function 2175 extern int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *com… 4990 if (stbi_jpeg_info_from_memory(buffer, len, x, y, comp)) in stbi_info_from_memory()
|