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

Function stbiw__write3

include/stb_image_write.h:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c)
281{
282 unsigned char arr[3];
283 arr[0] = a, arr[1] = b, arr[2] = c;
284 s->func(s->context, arr, 3);
285}
286
287static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int expand_mono, unsigned char *d)
288{

Callers 1

stbiw__write_pixelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected