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

Function stbi__bmp_test

Source/Utils/stb_image.h:5358–5363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5356}
5357
5358static int stbi__bmp_test(stbi__context *s)
5359{
5360 int r = stbi__bmp_test_raw(s);
5361 stbi__rewind(s);
5362 return r;
5363}
5364
5365
5366// returns 0..31 for the highest set bit

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__bmp_test_rawFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected