Searched refs:dh (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | HSBmap.c | 108 double dh, local 119 dh = (h2 - h1) / 255.0; 124 h1 += dh;
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hsbramp.c | 137 double dh; local 141 dh = (h2 - h1) / count; 146 h1 += dh;
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_rect.h | 49 * @dh: vertical adjustment 52 * and by @dh in the vertical direction, while keeping the center 55 * Positive @dw and @dh increase the size, negative values decrease it. 57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) argument 60 r->y1 -= dh >> 1; 62 r->y2 += (dh + 1) >> 1;
|
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 733 int dw = DisplayWidth (dpy, screen), dh = DisplayHeight (dpy, screen); local 810 if (y + height > dh) y = dh - height; 853 int dw = DisplayWidth (dpy, screen), dh = DisplayHeight (dpy, screen); local 865 if (y + height > dh) y = dh - height;
|
Completed in 14 milliseconds