HelenOS sources

ipc_gc_srv_t       61 uspace/lib/ipcgfx/private/server.h 	ipc_gc_srv_t *srvgc;
ipc_gc_srv_t       51 uspace/lib/ipcgfx/src/server.c static ipc_gc_srv_bitmap_t *gc_bitmap_lookup(ipc_gc_srv_t *, sysarg_t);
ipc_gc_srv_t       53 uspace/lib/ipcgfx/src/server.c static void gc_set_clip_rect_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t       67 uspace/lib/ipcgfx/src/server.c static void gc_set_clip_rect_null_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t       75 uspace/lib/ipcgfx/src/server.c static void gc_set_rgb_color_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t       95 uspace/lib/ipcgfx/src/server.c static void gc_fill_rect_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t      109 uspace/lib/ipcgfx/src/server.c static void gc_update_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t      117 uspace/lib/ipcgfx/src/server.c static void gc_bitmap_create_srv(ipc_gc_srv_t *srvgc, ipc_call_t *icall)
ipc_gc_srv_t      203 uspace/lib/ipcgfx/src/server.c static void gc_bitmap_create_doutput_srv(ipc_gc_srv_t *srvgc, ipc_call_t *icall)
ipc_gc_srv_t      290 uspace/lib/ipcgfx/src/server.c static void gc_bitmap_destroy_srv(ipc_gc_srv_t *srvgc, ipc_call_t *call)
ipc_gc_srv_t      319 uspace/lib/ipcgfx/src/server.c static void gc_bitmap_render_srv(ipc_gc_srv_t *srvgc, ipc_call_t *icall)
ipc_gc_srv_t      364 uspace/lib/ipcgfx/src/server.c 	ipc_gc_srv_t srvgc;
ipc_gc_srv_t      443 uspace/lib/ipcgfx/src/server.c static ipc_gc_srv_bitmap_t *gc_bitmap_lookup(ipc_gc_srv_t *srvgc,
HelenOS homepage, sources at GitHub