MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__png_load

Function stbi__png_load

Source/Utils/stb_image.h:5292–5297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5290}
5291
5292static void *stbi__png_load(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri)
5293{
5294 stbi__png p;
5295 p.s = s;
5296 return stbi__do_png(&p, x,y,comp,req_comp, ri);
5297}
5298
5299static int stbi__png_test(stbi__context *s)
5300{

Callers 1

stbi__load_mainFunction · 0.85

Calls 1

stbi__do_pngFunction · 0.85

Tested by

no test coverage detected