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

Function stbi__png_test

Source/Utils/stb_image.h:5299–5305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5297}
5298
5299static int stbi__png_test(stbi__context *s)
5300{
5301 int r;
5302 r = stbi__check_png_header(s);
5303 stbi__rewind(s);
5304 return r;
5305}
5306
5307static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp)
5308{

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__check_png_headerFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected