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

  /src/sys/dev/stbi/
stb_image.c 334 extern stbi_uc *stbi_png_load (char const *filename, int *x, int *y, int *comp, int req_comp);
522 extern stbi_uc *stbi_png_load (char const *filename, int *x, int *y, int *comp, int req_comp);
3138 unsigned char *stbi_png_load(char const *filename, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char *
stb_image.c 334 extern stbi_uc *stbi_png_load (char const *filename, int *x, int *y, int *comp, int req_comp);
522 extern stbi_uc *stbi_png_load (char const *filename, int *x, int *y, int *comp, int req_comp);
3138 unsigned char *stbi_png_load(char const *filename, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char *

Completed in 31 milliseconds