HelenOS sources
demo_begin 332 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Rectangle rendering");
demo_begin 490 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering without offset");
demo_begin 553 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with offset");
demo_begin 611 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with color key");
demo_begin 672 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text rendering");
demo_begin 859 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text abbreviation");
demo_begin 941 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Clipping demonstration");
HelenOS homepage, sources at GitHub