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

/solaris-x11-s12/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-s12/open-src/app/xlock/sun-src/
H A Dswarm.c188 dy; local
197 dy = sp->wy[1] - Y(1, b);
198 distance = abs(dx) + abs(dy); /* approximation */
202 sp->yv[b] += (dy * BEEACC) / distance;
/solaris-x11-s12/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

Completed in 10 milliseconds