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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxconfig.c255 if (!w->xwall && !w->ywall) { /* Try to make it square */
258 w->xwall = sqrt(count) + .5;
268 } else if (w->xwall) { /* Tile left to right, then top to bottom */
269 if (!((dmxNumScreens-1) % w->xwall)) {
H A Ddmxparse.h132 int xwall, ywall; /* dimensions of wall, in tiles */ member in struct:_DMXConfigWall
H A Ddmxparse.c321 pWall->xwall = pWallDim ? pWallDim->x : 0;

Completed in 7 milliseconds