HelenOS sources

decode_tga        279 tools/xcw/demo/viewer.c 	rc = decode_tga(viewer->window_gc, tga, stat.size, rbitmap, rect);
decode_tga        198 uspace/app/aboutos/aboutos.c 	rc = decode_tga(gc, (void *) helenos_tga, helenos_tga_size,
decode_tga        279 uspace/app/viewer/viewer.c 	rc = decode_tga(viewer->window_gc, tga, stat.size, rbitmap, rect);
decode_tga         46 uspace/lib/gfximage/include/gfximage/tga.h extern errno_t decode_tga(gfx_context_t *, void *, size_t,
decode_tga         67 uspace/lib/gfximage/src/tga_gz.c 	rc = decode_tga(gc, data_expanded, size_expanded, rbitmap, rrect);
HelenOS homepage, sources at GitHub