MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / stbi__start_write_callbacks

Function stbi__start_write_callbacks

include/stb_image_write.h:207–211  ·  view source on GitHub ↗

initialize a callback-based context

Source from the content-addressed store, hash-verified

205
206// initialize a callback-based context
207static void stbi__start_write_callbacks(stbi__write_context *s, stbi_write_func *c, void *context)
208{
209 s->func = c;
210 s->context = context;
211}
212
213#ifndef STBI_WRITE_NO_STDIO
214

Callers 4

stbi__start_write_fileFunction · 0.85
stbi_write_bmp_to_funcFunction · 0.85
stbi_write_tga_to_funcFunction · 0.85
stbi_write_hdr_to_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected