Searched defs:ht (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
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;
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++) {

Completed in 41 milliseconds