Searched refs:wd (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 98 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++) {
|
H A D | multivis.c | 120 * 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;
|
Completed in 11 milliseconds