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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h821 xf86InitialConfiguration (ScrnInfoPtr pScrn, Bool canGrow);
H A Dxf86Crtc.c1025 * canGrow indicates that the driver can make the screen larger than its initial
1032 Bool canGrow)
1050 if (!canGrow) {
1546 /* When canGrow was TRUE in the initial configuration we have to
1548 * When canGrow was FALSE, the maximum values would have been clamped
2344 * canGrow indicates that the driver can resize the screen to larger than its
2353 xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow) argument
2391 if (ret == FALSE && canGrow) {
2489 xf86DefaultScreenLimits (scrn, &width, &height, canGrow);
2517 if (!canGrow)
1031 xf86DefaultScreenLimits(ScrnInfoPtr scrn,int * widthp,int * heightp,Bool canGrow) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h975 xf86InitialConfiguration(ScrnInfoPtr pScrn, Bool canGrow);
H A Dxf86Crtc.c1056 * 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) argument
2579 if (ret == FALSE && canGrow) {
2682 xf86DefaultScreenLimits(scrn, &width, &height, canGrow);
2713 if (!canGrow) {
1062 xf86DefaultScreenLimits(ScrnInfoPtr scrn,int * widthp,int * heightp,Bool canGrow) argument
[all...]

Completed in 11 milliseconds