/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_rect.h | 68 * @dx: horizontal translation 71 * Move rectangle @r by @dx in the horizontal direction, 74 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) argument 76 r->x1 += dx; 78 r->x2 += dx;
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | XineramaInfo.h | 31 DELTA dx,dy; /* delta in screen co-ord from virtual zero */ member in struct:subwid
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1FormP.h | 91 int dx; /* desired horiz offset */ member in struct:_FormConstraintsPart 93 Widget horiz_base; /* measure dx from here if non-null */
|
H A D | Xaw3_1Label.c | 325 static void _Reposition(lw, width, height, dx, dy) 328 Position *dx, *dy; 348 *dx = newPos - lw->label.label_x; 359 Position dx, dy; local 360 _Reposition(lw, w->core.width, w->core.height, &dx, &dy); 442 Position dx, dy; local 443 _Reposition(newlw, curlw->core.width, curlw->core.height, &dx, &dy);
|
H A D | Xaw3_1Form.c | 61 Offset(dx), XtRInt, (XtPointer) &default_value}, 328 x = form->form.dx; 464 if (form->form.dx == default_value) 465 form->form.dx = fw->form.default_spacing;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | FormP.h | 113 int dx; /* desired horiz offset */ member in struct:_FormConstraintsPart 115 Widget horiz_base; /* measure dx from here if non-null */
|
H A D | PannerP.h | 74 Position dx, dy; /* offset loc for tmp graphics */ member in struct:__anon375::__anon376
|
H A D | Label.c | 593 static void _Reposition(lw, width, height, dx, dy) 596 Position *dx, *dy; 619 *dx = newPos - lw->label.label_x; 631 Position dx, dy; local 633 _Reposition(lw, w->core.width, w->core.height, &dx, &dy); 736 Position dx, dy; local 737 _Reposition(newlw, curlw->core.width, curlw->core.height, &dx, &dy);
|
H A D | Form.c | 82 Offset(dx), XtRInt, (XtPointer) &default_value}, 457 form->form.new_x = form->form.dx; 690 if (form->form.dx == default_value) 691 form->form.dx = fw->form.default_spacing; 712 cfc->form.dx != nfc->form.dx ||
|
H A D | Panner.c | 753 pw->panner.tmp.dx = (((Position) x) - pw->panner.knob_x); 771 pw->panner.tmp.x = ((Position) x) - pw->panner.tmp.dx; 819 pw->panner.tmp.x = ((Position) x) - pw->panner.tmp.dx;
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | swarm.c | 184 dx, local 193 dx = sp->wx[1] - X(1, b); 195 distance = abs(dx) + abs(dy); /* approximation */ 198 sp->xv[b] += (dx * BEEACC) / distance;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 188 static void ScrollBy(Widget w, long dx, long dy); 531 static void ComputeOffsets(DPSScrolledWindowWidget dsw, int *dx, int *dy) argument 534 *dx = *dy = 0; 536 if (dsw->sw.pixmap_width == dsw->sw.drawing_area->core.width) *dx = 0; 537 else *dx = -dsw->sw.origin_x; 1167 int dx, dy; local 1169 ComputeOffsets(dsw, &dx, &dy); 1194 xr[0] + dx, xr[1] + dy, xr[2], xr[3], xr[0], xr[1]); local 1236 int dx, dy; local 1238 ComputeOffsets(dsw, &dx, 1246 llx, ury, urx-llx, lly-ury, llx + dx, ury + dy); local 1313 int dx, dy; local 1335 int dx, dy; local 2345 int dx, dy; local 2480 int dx, dy; local 2513 dsw->sw.no_ge_gc, dx, dy, local 2836 int dx, dy; local 2936 ScrollBy(Widget w, long dx, long dy) argument 2975 DSWScrollBy(Widget w, long dx, long dy) argument 3340 int dx, dy; local [all...] |
H A D | FontSB.c | 268 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 D | DPSScrollW.h | 161 extern void DSWScrollBy(Widget w, long dx, long dy);
|
H A D | DPSScrollWP.h | 174 typedef void (*DSWScrollByProc) (Widget w, long dx, long dy);
|
H A D | FontSB.h | 251 float *dx, float *dy,
|
H A D | FontSBP.h | 239 float *dx, float *dy,
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 400 framebuffer_rects[i].x = info->subs[i].dx;
|