HelenOS sources
gfx_puttext 1509 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 304 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, text);
gfx_puttext 751 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top left");
gfx_puttext 760 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top center");
gfx_puttext 767 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Top right");
gfx_puttext 776 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center left");
gfx_puttext 783 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center");
gfx_puttext 790 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Center right");
gfx_puttext 799 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom left");
gfx_puttext 806 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom center");
gfx_puttext 813 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "Bottom right");
gfx_puttext 839 uspace/app/gfxdemo/gfxdemo.c rc = gfx_puttext(&pos, &fmt, "The quick brown fox jumps over the lazy dog.");
gfx_puttext 919 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 111 uspace/lib/gfxfont/test/text.c rc = gfx_puttext(&pos, &fmt, "Hello world!");
gfx_puttext 158 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 334 uspace/lib/ui/src/entry.c rc = gfx_puttext(&pos, &fmt, entry->text);
gfx_puttext 364 uspace/lib/ui/src/entry.c rc = gfx_puttext(&cpos, &cfmt, entry->text + off1);
gfx_puttext 378 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 400 uspace/lib/ui/src/pbutton.c rc = gfx_puttext(&pos, &fmt, pbutton->caption);
gfx_puttext 481 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 405 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&rect->p0, &fmt, "[\u2261]");
gfx_puttext 541 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&pos, &fmt, wdecor->caption);
gfx_puttext 1265 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[\u2193]");
gfx_puttext 1309 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[\u2191]");
gfx_puttext 1371 uspace/lib/ui/src/wdecor.c rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[\u25a0]");
HelenOS homepage, sources at GitHub