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

Function stbi__pic_test

include/stb/stb_image.h:6541–6546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6539}
6540
6541static int stbi__pic_test(stbi__context *s)
6542{
6543 int r = stbi__pic_test_core(s);
6544 stbi__rewind(s);
6545 return r;
6546}
6547#endif
6548
6549// *************************************************************************************************

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__pic_test_coreFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected