HelenOS sources
demo_begin 348 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Rectangle rendering");
demo_begin 506 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering without offset");
demo_begin 569 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with offset");
demo_begin 627 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Bitmap rendering with color key");
demo_begin 688 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text rendering");
demo_begin 875 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Text abbreviation");
demo_begin 957 uspace/app/gfxdemo/gfxdemo.c rc = demo_begin(gc, w, h, "Clipping demonstration");
HelenOS homepage, sources at GitHub