Searched refs:textWidth (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h69 Dimension textWidth; member in struct:__anon333
H A DXaw3_1Text.c892 lt->textWidth = realW;
913 * a) Both have position > text.lastPos and lt->textWidth = 0.
928 lt->textWidth = 0;
959 if (widest < lt->info[i].textWidth)
960 widest = lt->info[i].textWidth;
1253 if ( ((lt->textWidth + ctx->text.margin.left) < left) ||
1262 if (right >= (Position) lt->textWidth - ctx->text.margin.left)
1770 (Position) (ctx->text.lt.info[i].textWidth +
2028 AssignMax(rbox.width, lt->textWidth + ctx->text.margin.left);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h92 Dimension textWidth; member in struct:__anon401
H A DText.c984 lt->textWidth = realW;
1005 * a) Both have position > text.lastPos and lt->textWidth = 0.
1020 lt->textWidth = 0;
1051 if (widest < lt->info[i].textWidth)
1052 widest = lt->info[i].textWidth;
1376 if ( ((int)(lt->textWidth + ctx->text.margin.left) < left) ||
1385 if (right >= (Position) lt->textWidth - ctx->text.margin.left)
2101 (Position) (ctx->text.lt.info[i].textWidth +
2420 if ((int)(lt->textWidth + ctx->text.margin.left) > (int)rbox.width)
2421 rbox.width = lt->textWidth
[all...]

Completed in 526 milliseconds