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

Function stbi__png_test

include/stb/stb_image.h:5302–5308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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