HelenOS sources
gfx_puttext 1463 uspace/app/edit/edit.c rc = gfx_puttext(&tpos, &fmt, cbuf);
gfx_puttext 511 uspace/app/fontedit/fontedit.c return gfx_puttext(&pos, &fmt, str);
gfx_puttext 288 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, text);
gfx_puttext 735 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top left");
gfx_puttext 744 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top center");
gfx_puttext 751 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top right");
gfx_puttext 760 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center left");
gfx_puttext 767 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center");
gfx_puttext 774 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center right");
gfx_puttext 783 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom left");
gfx_puttext 790 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom center");
gfx_puttext 797 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom right");
gfx_puttext 823 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "The quick brown fox jumps over the lazy dog.");
gfx_puttext 903 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt,
gfx_puttext 197 uspace/app/taskbar/clock.c rc = gfx_puttext(&pos, &fmt, buf);
gfx_puttext 47 uspace/lib/gfxfont/include/gfx/text.h extern errno_t gfx_puttext(gfx_coord2_t *, gfx_text_fmt_t *, const char *);
gfx_puttext 142 uspace/lib/gfxfont/test/text.c rc = gfx_puttext(&pos, &fmt, "Hello world!");
gfx_puttext 189 uspace/lib/gfxfont/test/text.c rc = gfx_puttext(&pos, &fmt, "Hello world!");
gfx_puttext 238 uspace/lib/ui/src/checkbox.c rc = gfx_puttext(&pos, &fmt, checkbox->caption);
gfx_puttext 277 uspace/lib/ui/src/checkbox.c rc = gfx_puttext(&pos, &fmt, checkbox->checked ? "[X]" : "[ ]");
gfx_puttext 286 uspace/lib/ui/src/checkbox.c rc = gfx_puttext(&pos, &fmt, checkbox->caption);
gfx_puttext 332 uspace/lib/ui/src/entry.c rc = gfx_puttext(&pos, &fmt, entry->text);
gfx_puttext 362 uspace/lib/ui/src/entry.c rc = gfx_puttext(&cpos, &cfmt, entry->text + off1);
gfx_puttext 376 uspace/lib/ui/src/entry.c rc = gfx_puttext(&cpos, &cfmt, entry->text + off2);
gfx_puttext 222 uspace/lib/ui/src/label.c rc = gfx_puttext(&pos, &fmt, label->text);
gfx_puttext 282 uspace/lib/ui/src/list.c rc = gfx_puttext(&pos, &fmt, entry->caption);
gfx_puttext 693 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, str);
gfx_puttext 702 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, boxc->c[1][0]);
gfx_puttext 707 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, boxc->c[1][2]);
gfx_puttext 728 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, str);
gfx_puttext 837 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, str);
gfx_puttext 892 uspace/lib/ui/src/paint.c rc = gfx_puttext(&pos, &fmt, buf);
gfx_puttext 981 uspace/lib/ui/src/paint.c rc = gfx_puttext(&tpos, &tfmt, sp);
gfx_puttext 398 uspace/lib/ui/src/pbutton.c rc = gfx_puttext(&pos, &fmt, pbutton->caption);
gfx_puttext 479 uspace/lib/ui/src/pbutton.c rc = gfx_puttext(&pos, &fmt, pbutton->caption);
gfx_puttext 285 uspace/lib/ui/src/rbutton.c rc = gfx_puttext(&pos, &fmt, rbutton->caption);
gfx_puttext 324 uspace/lib/ui/src/rbutton.c rc = gfx_puttext(&pos, &fmt, rbutton->group->selected == rbutton ?
gfx_puttext 335 uspace/lib/ui/src/rbutton.c rc = gfx_puttext(&pos, &fmt, rbutton->caption);
gfx_puttext 366 uspace/lib/ui/src/slider.c rc = gfx_puttext(&pos, &fmt, buf);
gfx_puttext 375 uspace/lib/ui/src/slider.c rc = gfx_puttext(&pos, &fmt, "[O]");
gfx_puttext 602 uspace/lib/ui/src/tab.c rc = gfx_puttext(&geom.text_pos, &fmt, tab->caption);
gfx_puttext 380 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&rect->p0, &fmt, "[\u2261]");
gfx_puttext 516 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&pos, &fmt, wdecor->caption);
HelenOS homepage, sources at GitHub