HelenOS sources
gfx_text_find_pos 50 uspace/lib/gfxfont/include/gfx/text.h extern size_t gfx_text_find_pos(gfx_coord2_t *, gfx_text_fmt_t *, const char *,
gfx_text_find_pos 255 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 260 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 265 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 270 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 275 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 280 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 285 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos 327 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 332 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 337 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 342 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 347 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 352 uspace/lib/gfxfont/test/text.c off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos 427 uspace/lib/ui/src/entry.c return gfx_text_find_pos(&geom.text_pos, &fmt, entry->text, fpos);
HelenOS homepage, sources at GitHub