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

  /src/sys/dev/stbi/
stb_image.c 3291 static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp) function in typeref:typename:stbi_uc *
3503 return bmp_load(&s, x,y,comp,req_comp);
3511 return bmp_load(&s, x,y,comp,req_comp);

Completed in 17 milliseconds