HelenOS sources
gfx_context_ops_t 83 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c gfx_context_ops_t amdm37x_gc_ops = {
gfx_context_ops_t 86 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h extern gfx_context_ops_t amdm37x_gc_ops;
gfx_context_ops_t 114 uspace/drv/fb/kfb/port.c static gfx_context_ops_t kfb_gc_ops = {
gfx_context_ops_t 45 uspace/lib/congfx/include/congfx/console.h extern gfx_context_ops_t console_gc_ops;
gfx_context_ops_t 63 uspace/lib/congfx/src/console.c gfx_context_ops_t console_gc_ops = {
gfx_context_ops_t 59 uspace/lib/ddev/test/ddev.c static gfx_context_ops_t test_gc_ops = {
gfx_context_ops_t 104 uspace/lib/display/test/display.c static gfx_context_ops_t test_gc_ops = {
gfx_context_ops_t 47 uspace/lib/gfx/include/gfx/context.h extern errno_t gfx_context_new(gfx_context_ops_t *, void *,
gfx_context_ops_t 48 uspace/lib/gfx/private/context.h gfx_context_ops_t *ops;
gfx_context_ops_t 49 uspace/lib/gfx/src/context.c errno_t gfx_context_new(gfx_context_ops_t *ops, void *arg,
gfx_context_ops_t 45 uspace/lib/gfx/test/bitmap.c static gfx_context_ops_t ops = {
gfx_context_ops_t 43 uspace/lib/gfx/test/cursor.c static gfx_context_ops_t ops = {
gfx_context_ops_t 45 uspace/lib/gfx/test/render.c static gfx_context_ops_t ops = {
gfx_context_ops_t 50 uspace/lib/gfxfont/test/font.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 54 uspace/lib/gfxfont/test/glyph.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 50 uspace/lib/gfxfont/test/glyph_bmp.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 52 uspace/lib/gfxfont/test/text.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 52 uspace/lib/gfxfont/test/tpf.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 48 uspace/lib/gfxfont/test/typeface.c static gfx_context_ops_t test_ops = {
gfx_context_ops_t 44 uspace/lib/ipcgfx/include/ipcgfx/client.h extern gfx_context_ops_t ipc_gc_ops;
gfx_context_ops_t 57 uspace/lib/ipcgfx/src/client.c gfx_context_ops_t ipc_gc_ops = {
gfx_context_ops_t 62 uspace/lib/ipcgfx/test/ipcgfx.c static gfx_context_ops_t test_gc_ops = {
gfx_context_ops_t 45 uspace/lib/memgfx/include/memgfx/memgc.h extern gfx_context_ops_t mem_gc_ops;
gfx_context_ops_t 44 uspace/lib/memgfx/include/memgfx/xlategc.h extern gfx_context_ops_t xlate_gc_ops;
gfx_context_ops_t 64 uspace/lib/memgfx/src/memgc.c gfx_context_ops_t mem_gc_ops = {
gfx_context_ops_t 61 uspace/lib/memgfx/src/xlategc.c gfx_context_ops_t xlate_gc_ops = {
gfx_context_ops_t 57 uspace/lib/memgfx/test/xlategc.c static gfx_context_ops_t testgc_ops = {
gfx_context_ops_t 63 uspace/lib/ui/private/dummygc.h extern gfx_context_ops_t dummygc_ops;
gfx_context_ops_t 54 uspace/lib/ui/src/dummygc.c gfx_context_ops_t dummygc_ops = {
gfx_context_ops_t 53 uspace/lib/ui/test/checkbox.c static gfx_context_ops_t ops = {
gfx_context_ops_t 53 uspace/lib/ui/test/label.c static gfx_context_ops_t ops = {
gfx_context_ops_t 50 uspace/lib/ui/test/paint.c static gfx_context_ops_t ops = {
gfx_context_ops_t 53 uspace/lib/ui/test/pbutton.c static gfx_context_ops_t ops = {
gfx_context_ops_t 53 uspace/lib/ui/test/rbutton.c static gfx_context_ops_t ops = {
gfx_context_ops_t 48 uspace/lib/ui/test/resource.c static gfx_context_ops_t ops = {
gfx_context_ops_t 53 uspace/lib/ui/test/slider.c static gfx_context_ops_t ops = {
gfx_context_ops_t 54 uspace/lib/ui/test/wdecor.c static gfx_context_ops_t ops = {
gfx_context_ops_t 67 uspace/srv/hid/display/clonegc.c gfx_context_ops_t ds_clonegc_ops = {
gfx_context_ops_t 43 uspace/srv/hid/display/clonegc.h extern gfx_context_ops_t ds_clonegc_ops;
gfx_context_ops_t 50 uspace/srv/hid/display/test/clonegc.c static gfx_context_ops_t ops = {
gfx_context_ops_t 50 uspace/srv/hid/display/test/cursor.c static gfx_context_ops_t dummy_ops = {
gfx_context_ops_t 49 uspace/srv/hid/display/test/window.c static gfx_context_ops_t dummy_ops = {
gfx_context_ops_t 51 uspace/srv/hid/display/window.h extern gfx_context_ops_t window_gc_ops;
gfx_context_ops_t 83 uspace/srv/hid/rfb/main.c static gfx_context_ops_t rfb_gc_ops = {
HelenOS homepage, sources at GitHub