| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt.c | 144 * 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 D | SmeBSB.c | 364 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 D | Tip.c | 441 XTextWidth(fs, label, (int)(nl - label)); 456 XTextWidth(fs, label, (int)strlen(label));
|
| H A D | Label.c | 355 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 D | AsciiSink.c | 591 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 D | List.c | 387 len = XTextWidth(lw->list.font, lw->list.list[i],
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omDefault.c | 93 return XTextWidth(*oc->core.font_info.font_struct_list, text, length); 354 return XTextWidth(font, text, length);
|
| H A D | omTextEsc.c | 187 escapement += XTextWidth(font, (char *)ptr, char_len);
|
| H A D | omText.c | 217 x += XTextWidth(font, (char *)ptr, char_len);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GCOps.c | 260 width = XTextWidth(xnestFontStruct(pGC->font), string, count);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.c | 273 width = XTextWidth(xnestFontStruct(pGC->font), string, count);
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 337 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 D | ScrollByL.c | 623 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 D | XDefaultOMIF.c | 606 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 D | Makefile.am | 186 XTextWidth.man \
|
| H A D | Makefile.in | 588 XTextWidth.man \
|
| /xsrc/external/mit/xclock/dist/ |
| H A D | Clock.c | 680 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 D | glut_menu.c | 940 item->pixwidth = XTextWidth(menuFont, label, item->len) + 4;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 704 return XTextWidth(font->font, string, len);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 287 while (len && XTextWidth(fs, pt->display->name, len) >= w - 2 * xo)
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 3444 extern int XTextWidth(
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | Login.c | 293 # define TEXT_WIDTH(f, m, l) (XTextWidth (w->login.f##Font, m, l))
|