Searched refs:bottom (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h89 XtEdgeType top, bottom, /* where to drag edge on resize */ member in struct:_FormConstraintsPart
H A DXaw3_1TextP.h89 Position left, right, top, bottom; member in struct:_XawTextMargin
92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
H A DXaw3_1Scrollbar.c202 /* Fill the area specified by top and bottom with the given pattern. */
215 static void FillArea(w, top, bottom, thumb)
217 Position top, bottom;
220 Dimension length = bottom-top;
222 if (bottom < 0) return;
H A DXaw3_1Form.c55 Offset(bottom), XtREdgeType, (XtPointer)&defEdge},
392 form->form.bottom )
H A DXaw3_1Text.c129 offset(text.r_margin.bottom), XtRImmediate, (caddr_t)2},
466 ctx->text.r_margin.bottom -= hbar->core.height + hbar->core.border_width;
467 ctx->text.margin.bottom = ctx->text.r_margin.bottom;
922 * does not jump off the bottom of the window.
1089 if (n < lt->lines) n++; /* update descenders at bottom */
1797 if ( done_painting || (y >= ctx->core.height - ctx->text.margin.bottom) )
2011 * the bottom of the window. It is used by the keyboard input routine.
2201 int right = rect->width + x, bottom = rect->height + y; local
2204 IsValidLine(ctx, line) && (info->y < bottom)); lin
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DFormP.h111 XtEdgeType top, bottom, /* where to drag edge on resize */ member in struct:_FormConstraintsPart
H A DTextP.h123 Position left, right, top, bottom; member in struct:_XawTextMargin
126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
H A DForm.c76 Offset(bottom), XtREdgeType, (XtPointer)&defEdge},
527 form->form.bottom )
709 cfc->form.bottom != nfc->form.bottom ||
H A DScrollbar.c223 /* Fill the area specified by top and bottom with the given pattern. */
236 static void FillArea(w, top, bottom, thumb)
238 Position top, bottom;
241 Dimension length = bottom-top;
243 if (bottom < 0) return;
H A DText.c156 offset(text.r_margin.bottom), XtRImmediate, (XtPointer)2},
483 ctx->text.r_margin.bottom -= hbar->core.height + hbar->core.border_width;
484 ctx->text.margin.bottom = ctx->text.r_margin.bottom;
1014 * does not jump off the bottom of the window.
1078 Position y = ctx->core.height - ctx->text.margin.bottom;
1203 if (n < lt->lines) n++; /* update descenders at bottom */
2129 || (y >= (int)(ctx->core.height - ctx->text.margin.bottom)) )
2402 * the bottom of the window. It is used by the keyboard input routine.
2601 int right = rect->width + x, bottom local
[all...]
H A DXawIm.c274 pe_area.height -= (margin->top + margin->bottom - 1);
815 pe_area.height -= (margin->top + margin->bottom - 1);
974 pe_area.height -= (margin->top + margin->bottom - 1);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFSBwraps.psw82 % (str) x y SafeBBox left bottom right top
429 *top, *bottom)
437 top right bottom left
445 *left, *right, *top, *bottom;
453 top right bottom left
H A DFontSample.c1273 float width, left, right, top, bottom; local
1346 &width, &left, &right, &top, &bottom);
1357 d->r = (int) ceil(m[0] * right + m[2] * bottom + m[4]);
1359 d->b = (int) (m[1] * right + m[3] * bottom + m[5] + info->window_height);
H A DFontSB.c268 static void GetTextDimensions(Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom);
4366 float *dx, float *dy, float *left, float *right, float *top, float *bottom)
4372 dx, dy, left, right, top, bottom, &bogusFont);
4379 float *dx, float *dy, float *left, float *right, float *top, float *bottom)
4385 dx, dy, left, right, top, bottom);
4362 GetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument
4375 FSBGetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DFontSB.h253 float *top, float *bottom);
H A DFontSBP.h241 float *top, float *bottom);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo.c170 struct drm_property *bottom; member in struct:intel_sdvo_connector
1943 if (intel_sdvo_connector->bottom)
1944 drm_property_destroy(dev, intel_sdvo_connector->bottom);
2117 intel_sdvo_connector->bottom, val);
2127 } else if (intel_sdvo_connector->bottom == property) {
2726 intel_sdvo_connector->bottom =
2729 if (!intel_sdvo_connector->bottom)
2733 intel_sdvo_connector->bottom,

Completed in 77 milliseconds