HomeSort by: relevance | last modified time | path
    Searched refs:textWidth (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 90 unsigned int textWidth;
92 Dimension textWidth;
  /xsrc/external/mit/libXaw/dist/src/
Text.c 1383 if (lt->textWidth != (Cardinal)width) {
1384 if (lt->textWidth > (Cardinal)width)
1386 lt->textWidth = (Dimension)width;
1408 lt->textWidth = 0;
1473 if (widest < lt->info[i].textWidth)
1474 widest = lt->info[i].textWidth;
1798 || (int)lt->textWidth + ctx->text.left_margin < x1) {
1811 else if ((Cardinal)x2 >= (lt->textWidth - (unsigned)from_x))
2735 segment.x1 = (int)(ctx->text.lt.info[line].textWidth + (unsigned)x);
2816 segment.x1 = (int)(ctx->text.lt.info[line].textWidth + (unsigned)ctx->text.left_margin)
    [all...]

Completed in 7 milliseconds