MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__gif_test

Function stbi__gif_test

lite/example/cpp_example/mge/cv/stb_image.h:7226–7230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7224}
7225
7226static int stbi__gif_test(stbi__context* s) {
7227 int r = stbi__gif_test_raw(s);
7228 stbi__rewind(s);
7229 return r;
7230}
7231
7232static void stbi__gif_parse_colortable(
7233 stbi__context* s, stbi_uc pal[256][4], int num_entries, int transp) {

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