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

Function stbi__gif_test

include/stb/stb_image.h:6590–6595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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