Searched defs:wd (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
127 request_width = wd;
H A Dxmag_multivis.c98 int wd, ht; /* request width & height */ variable
603 wd = source_hints.width;
606 (char *)malloc(wd*ht*sizeof(unsigned long)),
607 wd, ht, 32, 0);
882 if (!mvCreatImg(wd,ht,x,y)) {
1278 for (x=0; x < wd; x++) {

Completed in 15 milliseconds