Home
last modified time | relevance | path

Searched refs:textnw (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/echinus/echinus-0.4.9/
H A Ddraw.c19 static unsigned int textnw(const char *text, unsigned int len);
55 while (len && (w = textnw(buf, len)) > mw) { in drawtext()
329 textnw(const char *text, unsigned int len) { in textnw() function
337 return textnw(text, strlen(text)) + dc.font.height; in textw()
/dports/x11/tabbed/tabbed-0.6/
H A Dtabbed.c47 #define TEXTW(x) (textnw(x, strlen(x)) + dc.font.height)
128 static int textnw(const char *text, unsigned int len);
382 len && textnw(text, len) > dc.w - h; len--); in drawtext()
1042 textnw(const char *text, unsigned int len) { in textnw() function
/dports/x11/nezd/nezd-0.1.0/
H A Ddraw.c74 static unsigned int textnw(const char *text) { in textnw() function
681 tw = textnw(lbuf); in parse_line()
686 tw = textnw(lbuf); in parse_line()
/dports/x11/dzen2/dzen-488ab66/
H A Ddraw.c73 textnw(Fnt *font, const char *text, unsigned int len) { in textnw() function
769 tw = textnw(cur_fnt, lbuf, strlen(lbuf)); in parse_line()
772 tw = textnw(cur_fnt, lbuf, strlen(lbuf)); in parse_line()