HomeSort by: relevance | last modified time | path
    Searched defs:stbi_info_from_file (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 246 extern int stbi_info_from_file (FILE *f, int *x, int *y, int *comp);
4963 result = stbi_info_from_file(f, x, y, comp);
4968 int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function in typeref:typename:int
stb_image.c 246 extern int stbi_info_from_file (FILE *f, int *x, int *y, int *comp);
4963 result = stbi_info_from_file(f, x, y, comp);
4968 int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function in typeref:typename:int

Completed in 27 milliseconds