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

Function stbi__png_info

include/stb/stb_image.h:5322–5327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5320}
5321
5322static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp)
5323{
5324 stbi__png p;
5325 p.s = s;
5326 return stbi__png_info_raw(&p, x, y, comp);
5327}
5328
5329static int stbi__png_is16(stbi__context *s)
5330{

Callers 1

stbi__info_mainFunction · 0.85

Calls 1

stbi__png_info_rawFunction · 0.85

Tested by

no test coverage detected