Searched refs:margin (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
155 XawTextMargin margin; /* The current margins. */ member in struct:_TextPart
H A DXaw3_1Text.c397 ctx->text.margin.left = ctx->text.r_margin.left;
423 ctx->text.margin.left = ctx->text.r_margin.left;
467 ctx->text.margin.bottom = ctx->text.r_margin.bottom;
504 ctx->text.margin = ctx->text.r_margin; /* Strucure copy. */
760 fromx = (int) ctx->text.margin.left;
809 *x = ctx->text.margin.left;
810 *y = ctx->text.margin.top;
814 *x = ctx->text.margin.left;
883 y = ( (line == 0) ? ctx->text.margin.top : lt->y );
889 XawTextSinkFindPosition( ctx->text.sink, position, ctx->text.margin
[all...]
H A DXaw3_1AsciiSink.c138 x -= ((TextWidget) XtParent(w))->text.margin.left;
205 if ( (((Position) width + x) > max_x) && (ctx->text.margin.right != 0) ) {
206 x = ctx->core.width - ctx->text.margin.right;
207 width = ctx->text.margin.right;
H A DXaw3_1TextAction.c376 FindDist(ctx->text.sink, new, ctx->text.margin.left, ctx->text.insertPos,
384 FindPos(ctx->text.sink, new, ctx->text.margin.left, from_left, FALSE,
940 x = ctx->text.margin.left;
1237 (int) ctx->text.margin.left,
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
196 XawTextMargin margin; /* The current margins. */ member in struct:_TextPart
H A DText.c408 ctx->text.margin.left = ctx->text.r_margin.left;
434 ctx->text.margin.left = ctx->text.r_margin.left;
484 ctx->text.margin.bottom = ctx->text.r_margin.bottom;
544 ctx->text.margin = ctx->text.r_margin; /* Strucure copy. */
844 fromx = (int) ctx->text.margin.left;
893 *x = ctx->text.margin.left;
894 *y = ctx->text.margin.top;
898 *x = ctx->text.margin.left;
974 y = ( (line == 0) ? ctx->text.margin.top : lt->y );
981 XawTextSinkFindPosition( ctx->text.sink, position, ctx->text.margin
[all...]
H A DXawIm.c255 XawTextMargin *margin; local
270 margin = &(((TextWidget)w)->text.margin);
271 pe_area.x += margin->left;
272 pe_area.y += margin->top;
273 pe_area.width -= (margin->left + margin->right - 1);
274 pe_area.height -= (margin->top + margin->bottom - 1);
752 XawTextMargin *margin; local
900 XawTextMargin *margin; local
[all...]
H A DAsciiSink.c162 x -= ((TextWidget) XtParent(w))->text.margin.left;
229 if ( (((Position) width + x) > max_x) && (ctx->text.margin.right != 0) ) {
230 x = ctx->core.width - ctx->text.margin.right;
231 width = ctx->text.margin.right;
H A DMultiSink.c185 x -= ((TextWidget) XtParent(w))->text.margin.left;
257 if ( (((Position) width + x) > max_x) && (ctx->text.margin.right != 0) ) {
258 x = ctx->core.width - ctx->text.margin.right;
259 width = ctx->text.margin.right;
H A DTextAction.c469 FindDist(ctx->text.sink, new, ctx->text.margin.left, ctx->text.insertPos,
477 FindPos(ctx->text.sink, new, ctx->text.margin.left, from_left, FALSE,
1503 x = ctx->text.margin.left;
1961 (int) ctx->text.margin.left,
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c57 int margin[4]; member in struct:intel_tv
1120 xpos += intel_tv->margin[TV_MARGIN_LEFT];
1121 ypos += intel_tv->margin[TV_MARGIN_TOP];
1122 xsize -= (intel_tv->margin[TV_MARGIN_LEFT] +
1123 intel_tv->margin[TV_MARGIN_RIGHT]);
1124 ysize -= (intel_tv->margin[TV_MARGIN_TOP] +
1125 intel_tv->margin[TV_MARGIN_BOTTOM]);
1463 intel_tv->margin[TV_MARGIN_LEFT] != val) {
1464 intel_tv->margin[TV_MARGIN_LEFT] = (int) val;
1467 intel_tv->margin[TV_MARGIN_RIGH
[all...]

Completed in 46 milliseconds