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

/solaris-x11-s12/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-s12/open-src/app/xlock/sun-src/
H A Dswarm.c187 dx, local
196 dx = sp->wx[1] - X(1, b);
198 distance = abs(dx) + abs(dy); /* approximation */
201 sp->xv[b] += (dx * 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