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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right ) macro
H A DXaw3_1TextAction.c938 max_width = Max(0, ctx->core.width - HMargins(ctx));
1238 (int) (ctx->core.width - HMargins(ctx)),
H A DXaw3_1Text.c881 width = Max(0, (ctx->core.width - HMargins(ctx)));
1109 else if (ctx->core.height - HMargins(ctx))
1110 height = ctx->core.height - HMargins(ctx);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right ) macro
H A DTextAction.c1501 max_width = Max(0, (int)(ctx->core.width - HMargins(ctx)));
1962 (int) (ctx->core.width - HMargins(ctx)),
H A DText.c972 width = Max(0, ((int)ctx->core.width - (int)HMargins(ctx)));
1223 else if (ctx->core.height - HMargins(ctx))
1224 height = ctx->core.height - HMargins(ctx);

Completed in 1639 milliseconds