HomeSort by: relevance | last modified time | path
    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 in typeref:typename:unsigned char *
751 data = stbi_load_from_memory(buffer, len, x, y, comp, req_comp);

Completed in 16 milliseconds