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

Function stbi__gif_test

Source/Utils/stb_image.h:6587–6592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6585}
6586
6587static int stbi__gif_test(stbi__context *s)
6588{
6589 int r = stbi__gif_test_raw(s);
6590 stbi__rewind(s);
6591 return r;
6592}
6593
6594static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256][4], int num_entries, int transp)
6595{

Callers 2

stbi__load_mainFunction · 0.85
stbi__load_gif_mainFunction · 0.85

Calls 2

stbi__gif_test_rawFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected