Searched refs:VMargins (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiText.c144 w->core.height = VMargins(w) + XawTextSinkMaxHeight(w->text.sink, 1);
H A DXaw3_1TextP.h92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom ) macro
H A DXaw3_1Text.c520 ctx->core.height = VMargins(ctx);
841 if (ctx->core.height > VMargins(ctx)) {
842 height = ctx->core.height - VMargins(ctx);
1301 height = ctx->core.height - VMargins(ctx);
2051 rbox.height = XawTextSinkMaxHeight(ctx->text.sink, line + 1) + VMargins(ctx);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom ) macro
H A DAsciiText.c171 w->core.height = VMargins(w) + XawTextSinkMaxHeight(w->text.sink, 1);
H A DText.c553 ctx->core.height = VMargins(ctx);
932 if ((int)ctx->core.height > VMargins(ctx)) {
933 height = ctx->core.height - VMargins(ctx);
1424 height = ctx->core.height - VMargins(ctx);
2445 rbox.height = XawTextSinkMaxHeight(ctx->text.sink, line + 1) + VMargins(ctx);

Completed in 30 milliseconds