Searched refs:realW (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c806 int realW, realH; local
817 *x, pos, &realW, &endPos, &realH);
818 *x += realW;
873 int count, width, realW, realH; local
891 &endPos, &realW, &realH);
892 lt->textWidth = realW;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c890 int realW, realH; local
901 *x, pos, &realW, &endPos, &realH);
902 *x += realW;
964 int count, width, realW, realH; local
983 &endPos, &realW, &realH);
984 lt->textWidth = realW;

Completed in 1303 milliseconds