MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__png_load

Function stbi__png_load

include/stb/stb_image.h:5295–5300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

stbi__load_mainFunction · 0.85

Calls 1

stbi__do_pngFunction · 0.85

Tested by

no test coverage detected