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

Function stbi_is_16_bit_from_memory

include/stb/stb_image.h:7748–7753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

stbi__start_memFunction · 0.85
stbi__is_16_mainFunction · 0.85

Tested by

no test coverage detected