Searched refs:XTextWidth (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DTextExt.c144 * XTextWidth - compute the width of a string of eightbit bytes. This is a
148 XTextWidth ( function in typeref:typename:int
/xsrc/external/mit/libXaw/dist/src/
H A DSmeBSB.c364 t_width = XTextWidth(entry->sme_bsb.font, label, len);
378 t_width = XTextWidth(entry->sme_bsb.font, label, len);
588 *width = (Dimension)XTextWidth(entry->sme_bsb.font, entry->sme_bsb.label,
H A DTip.c441 XTextWidth(fs, label, (int)(nl - label));
456 XTextWidth(fs, label, (int)strlen(label));
H A DLabel.c355 width = XTextWidth(fs, label, (int)(nl - label));
369 width = XTextWidth(fs, label, (int)strlen(label));
382 (Dimension)XTextWidth(fs, lw->label.label, (int)lw->label.label_len);
H A DAsciiSink.c591 x += XTextWidth(font, paint->text, (int)paint->length);
672 x += XTextWidth(font, paint->text, (int)paint->length);
1018 int width = XTextWidth(sink->ascii_sink.font, buf, len);
H A DList.c387 len = XTextWidth(lw->list.font, lw->list.list[i],
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomDefault.c93 return XTextWidth(*oc->core.font_info.font_struct_list, text, length);
354 return XTextWidth(font, text, length);
H A DomTextEsc.c187 escapement += XTextWidth(font, (char *)ptr, char_len);
H A DomText.c217 x += XTextWidth(font, (char *)ptr, char_len);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.c260 width = XTextWidth(xnestFontStruct(pGC->font), string, count);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGCOps.c273 width = XTextWidth(xnestFontStruct(pGC->font), string, count);
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c337 width = XTextWidth(fs, label, (int)(nl - label));
353 width = XTextWidth(fs, label, strlen(label));
368 XTextWidth(fs, lw->label.label, (int) lw->label.label_len);
/xsrc/external/mit/xman/dist/
H A DScrollByL.c623 sblw->scroll.h_width = XTextWidth(sblw->scroll.normal_font, "$", 1);
1194 return (x_loc + XTextWidth(font, buf, len));
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultOMIF.c606 return XTextWidth(*oc->core.font_info.font_struct_list, text, length);
784 return XTextWidth(font, text, length);
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am186 XTextWidth.man \
H A DMakefile.in588 XTextWidth.man \
/xsrc/external/mit/xclock/dist/
H A DClock.c680 XTextWidth(w->clock.font, str, len) + 2 * w->clock.padding;
1552 XTextWidth(w->clock.font, time_ptr, i)),
1558 clear_from = XTextWidth(w->clock.font, time_ptr, len)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_menu.c940 item->pixwidth = XTextWidth(menuFont, label, item->len) + 4;
/xsrc/external/mit/twm/dist/src/
H A Dutil.c704 return XTextWidth(font->font, string, len);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dxdmxconfig.c287 while (len && XTextWidth(fs, pt->display->name, len) >= w - 2 * xo)
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h3444 extern int XTextWidth(
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.c293 # define TEXT_WIDTH(f, m, l) (XTextWidth (w->login.f##Font, m, l))

Completed in 33 milliseconds