Searched refs:right (Results 1 - 24 of 24) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h90 left, right; member in struct:_FormConstraintsPart
H A DXaw3_1TextSrc.c266 * left, right - bounds of the selection.
273 SetSelection(w, left, right, selection)
275 XawTextPosition left, right;
408 * left, right - bounds of the selection.
414 XawTextSourceSetSelection(w, left, right, selection)
416 XawTextPosition left, right;
421 (*class->textSrc_class.SetSelection)(w, left, right, selection);
H A DXaw3_1Text.c125 offset(text.r_margin.right), XtRImmediate, (caddr_t)4},
655 _XawTextNeedsUpdating(ctx, left, right)
657 XawTextPosition left, right;
660 if (left < right) {
662 if (left <= ctx->text.updateTo[i] && right >= ctx->text.updateFrom[i]) {
664 ctx->text.updateTo[i] = Max(right, ctx->text.updateTo[i]);
678 ctx->text.updateTo[ctx->text.numranges - 1] = right;
689 _XawTextGetText(ctx, left, right)
691 XawTextPosition left, right;
695 Cardinal length = (Cardinal) (right
2201 int right = rect->width + x, bottom = rect->height + y; local
[all...]
H A DXaw3_1TextP.h73 XawTextPosition left, right; member in struct:__anon334
89 Position left, right, top, bottom; member in struct:_XawTextMargin
93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
110 Widget right_toggle; /* The right search toggle radioGroup. */
H A DXaw3_1AsciiSink.c205 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_1Form.c59 Offset(right), XtREdgeType, (XtPointer)&defEdge},
384 form->form.right )
H A DXaw3_1Dialog.c179 constraint->form.left = constraint->form.right = XtChainLeft;
H A DXaw3_1TextAction.c633 _DeleteOrKill(ctx, ctx->text.s.left, ctx->text.s.right, kill);
1319 * the character to the right of the mark.
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c152 offset(text.r_margin.right), XtRImmediate, (XtPointer)4},
704 _XawTextNeedsUpdating(ctx, left, right)
706 XawTextPosition left, right;
710 if (left < right) {
712 if (left <= ctx->text.updateTo[i] && right >= ctx->text.updateFrom[i]) {
714 ctx->text.updateTo[i] = Max(right, ctx->text.updateTo[i]);
728 ctx->text.updateTo[ctx->text.numranges - 1] = right;
739 _XawTextGetText(ctx, left, right)
741 XawTextPosition left, right;
755 tempResult=result=XtMalloc( (unsigned)(((Cardinal)(right
2601 int right = rect->width + x, bottom = rect->height + y; local
3193 XawTextGetSelectionPos(Widget w, XawTextPosition *left, XawTextPosition *right) argument
3336 XawTextSetSelection(Widget w, XawTextPosition left, XawTextPosition right) argument
[all...]
H A DTextP.h96 XawTextPosition left, right; member in struct:__anon402
123 Position left, right, top, bottom; member in struct:_XawTextMargin
127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
144 Widget right_toggle; /* The right search toggle radioGroup. */
266 XawTextPosition /*right*/
H A DFormP.h112 left, right; member in struct:_FormConstraintsPart
H A DTextSrc.c281 * left, right - bounds of the selection.
288 SetSelection(w, left, right, selection)
290 XawTextPosition left, right;
533 * left, right - bounds of the selection.
541 XawTextPosition right, Atom selection)
543 XawTextSourceSetSelection(w, left, right, selection)
545 XawTextPosition left, right;
556 (*class->textSrc_class.SetSelection)(w, left, right, selection);
540 XawTextSourceSetSelection(Widget w, XawTextPosition left, XawTextPosition right, Atom selection) argument
H A DAsciiSink.c229 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 DForm.c80 Offset(right), XtREdgeType, (XtPointer)&defEdge},
519 form->form.right )
711 cfc->form.right != nfc->form.right ||
H A DMultiSink.c257 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 DDialog.c205 constraint->form.left = constraint->form.right = XtChainLeft;
H A DTextAction.c709 *value = (char *)_XawTextGetSTRING(ctx, s->left, s->right);
763 *temp = (long) (s->right - s->left);
777 temp[1] = s->right;
884 salt->s.right = to;
1072 _DeleteOrKill(ctx, ctx->text.s.left, ctx->text.s.right, kill);
2057 * with the character to the right of the mark. */
H A DXawIm.c273 pe_area.width -= (margin->left + margin->right - 1);
814 pe_area.width -= (margin->left + margin->right - 1);
973 pe_area.width -= (margin->left + margin->right - 1);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFSBwraps.psw82 % (str) x y SafeBBox left bottom right top
428 float *width, *left, *right,
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.h252 float *left, float *right,
H A DFontSBP.h240 float *left, float *right,
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo.c168 struct drm_property *right; member in struct:intel_sdvo_connector
1095 * timings, even though this isn't really the right place in
1939 if (intel_sdvo_connector->right)
1940 drm_property_destroy(dev, intel_sdvo_connector->right);
2093 intel_sdvo_connector->right, val);
2103 } else if (intel_sdvo_connector->right == property) {
2665 /* when horizontal overscan is supported, Add the left/right property */
2689 intel_sdvo_connector->right =
2691 if (!intel_sdvo_connector->right)
2695 intel_sdvo_connector->right,
[all...]

Completed in 90 milliseconds