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

Function stbi_is_16_bit_from_memory

Source/Utils/stb_image.h:7745–7750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7743}
7744
7745STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len)
7746{
7747 stbi__context s;
7748 stbi__start_mem(&s,buffer,len);
7749 return stbi__is_16_main(&s);
7750}
7751
7752STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, void *user)
7753{

Callers

nothing calls this directly

Calls 2

stbi__start_memFunction · 0.85
stbi__is_16_mainFunction · 0.85

Tested by

no test coverage detected