Lines Matching defs:canGrow
1056 * canGrow indicates that the driver can make the screen larger than its initial
1063 Bool canGrow)
1083 if (!canGrow) {
1654 /* When canGrow was TRUE in the initial configuration we have to
1656 * When canGrow was FALSE, the maximum values would have been clamped
2530 * canGrow indicates that the driver can resize the screen to larger than its
2539 xf86InitialConfiguration(ScrnInfoPtr scrn, Bool canGrow)
2579 if (ret == FALSE && canGrow) {
2682 xf86DefaultScreenLimits(scrn, &width, &height, canGrow);
2713 if (!canGrow) {