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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h69 * @dy: vertical translation
72 * and by @dy in the vertical direction.
74 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) argument
77 r->y1 += dy;
79 r->y2 += dy;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dswarm.c185 dy; local
194 dy = sp->wy[1] - Y(1, b);
195 distance = abs(dx) + abs(dy); /* approximation */
199 sp->yv[b] += (dy * 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.h92 int dy; /* desired vertical offset */ member in struct:_FormConstraintsPart
94 Widget vert_base; /* measure dy from here if non-null */
H A DXaw3_1Label.c325 static void _Reposition(lw, width, height, dx, dy)
328 Position *dx, *dy;
350 *dy = (newPos = (height - lw->label.label_height) / 2) - lw->label.label_y;
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.h114 int dy; /* desired vertical offset */ member in struct:_FormConstraintsPart
116 Widget vert_base; /* measure dy from here if non-null */
H A DLabel.c593 static void _Reposition(lw, width, height, dx, dy)
596 Position *dx, *dy;
621 *dy = (newPos = (int)(height - lw->label.label_height) / 2)
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;
538 if (dsw->sw.pixmap_height == dsw->sw.drawing_area->core.height) *dy = 0;
539 else *dy = CEIL(dsw->sw.drawing_height) - dsw->sw.origin_y;
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, &dy);
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 40 milliseconds