Searched defs:bottom (Results 1 - 9 of 9) 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_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 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...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
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/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 52 milliseconds