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  224 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  229 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  234 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  239 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  244 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  249 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  254 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Aii", &fpos);
gfx_text_find_pos  296 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos  301 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos  306 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos  311 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos  316 uspace/lib/gfxfont/test/text.c 	off = gfx_text_find_pos(&anchor, &fmt, "Abc", &fpos);
gfx_text_find_pos  321 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