HelenOS sources
demo_begin 347 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Rectangle rendering");
demo_begin 505 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering without offset");
demo_begin 568 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with offset");
demo_begin 626 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with color key");
demo_begin 687 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text rendering");
demo_begin 874 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text abbreviation");
demo_begin 956 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Clipping demonstration");
HelenOS homepage, sources at GitHub