Searched refs:ht (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c98 int wd, ht; /* request width & height */ variable
604 ht = source_hints.height;
606 (char *)malloc(wd*ht*sizeof(unsigned long)),
607 wd, ht, 32, 0);
882 if (!mvCreatImg(wd,ht,x,y)) {
1277 for (y = 0; y < ht; y++) {
H A Dmultivis.c120 * i.e, x, y, wd, ht must be such that the rectangle
124 mvCreatImg(int wd, int ht, int x, int y) argument
128 request_height = ht;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h119 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
122 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \

Completed in 19 milliseconds