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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c197 static int minWidth, maxWidth, minHeight, maxHeight; variable
1004 if (fb_width > maxWidth || fb_height > maxHeight) {
1007 maxWidth, maxHeight, fb_width, fb_height);
1297 if ((x + w <= maxWidth) && (y + h <= maxHeight)) {
1317 if ((x + w <= maxWidth) && (y + h <= maxHeight)) {
1365 if ((x + w <= maxWidth) && (y + h <= maxHeight))
1953 &maxWidth, &maxHeight);

Completed in 39 milliseconds