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

  /src/sys/dev/stbi/
stb_image.c 214 extern stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
215 // for stbi_load_from_file, file pointer is left pointing immediately after image
659 result = stbi_load_from_file(f,x,y,comp,req_comp);
664 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char *
737 data = stbi_load_from_file(f, x, y, comp, req_comp);
stb_image.c 214 extern stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
215 // for stbi_load_from_file, file pointer is left pointing immediately after image
659 result = stbi_load_from_file(f,x,y,comp,req_comp);
664 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char *
737 data = stbi_load_from_file(f, x, y, comp, req_comp);

Completed in 29 milliseconds