Searched defs:dx (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h68 * @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/app/xlock/sun-src/
H A Dswarm.c184 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/libdga/sun-src/
H A DXineramaInfo.h31 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 DXaw3_1FormP.h91 int dx; /* desired horiz offset */ member in struct:_FormConstraintsPart
93 Widget horiz_base; /* measure dx from here if non-null */
H A DXaw3_1Label.c325 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);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DFormP.h113 int dx; /* desired horiz offset */ member in struct:_FormConstraintsPart
115 Widget horiz_base; /* measure dx from here if non-null */
H A DLabel.c593 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 DPannerP.h74 Position dx, dy; /* offset loc for tmp graphics */ member in struct:__anon375::__anon376
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c188 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 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

Completed in 37 milliseconds