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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c1171 Dimension width, height, b_width; local
1194 XtSetArg(args[num_args], XtNborderWidth, &b_width); num_args++;
1197 width += 2 * b_width;
1198 height += 2 * b_width;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c1275 Dimension width, height, b_width; local
1298 XtSetArg(args[num_args], XtNborderWidth, &b_width); num_args++;
1301 width += 2 * b_width;
1302 height += 2 * b_width;

Completed in 15 milliseconds