HelenOS sources
xlate_gc_create 46 uspace/lib/memgfx/include/memgfx/xlategc.h extern errno_t xlate_gc_create(gfx_coord2_t *, gfx_context_t *, xlate_gc_t **);
xlate_gc_create 152 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 175 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 221 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 264 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 310 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 358 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 411 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 475 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 543 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 602 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 643 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 679 uspace/lib/memgfx/test/xlategc.c rc = xlate_gc_create(&off, tgc, &xlategc);
xlate_gc_create 463 uspace/lib/ui/src/window.c rc = xlate_gc_create(&off, gc, &xgc);
HelenOS homepage, sources at GitHub