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

Function stbiw__putc

lite/example/cpp_example/mge/cv/stb_image_write.h:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static void stbiw__putc(stbi__write_context* s, unsigned char c) {
424 s->func(s->context, &c, 1);
425}
426
427static void stbiw__write1(stbi__write_context* s, unsigned char a) {
428 if ((size_t)s->buf_used + 1 > sizeof(s->buffer))

Callers 2

stbiw__jpg_writeBitsFunction · 0.85
stbi_write_jpg_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected