Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5358
static 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_main
Function · 0.85
Calls
2
stbi__bmp_test_raw
Function · 0.85
stbi__rewind
Function · 0.85
Tested by
no test coverage detected