Lines Matching refs:Reduced
73 CVTCheckStandard(int HDisplay, int VDisplay, float VRefresh, Bool Reduced, in CVTCheckStandard() argument
130 PrintComment(DisplayModeRec * Mode, Bool CVT, Bool Reduced) in PrintComment() argument
154 if (Reduced) in PrintComment()
176 Bool Reduced) in PrintModeline() argument
178 if (Reduced) in PrintModeline()
210 Bool Reduced = FALSE, Verbose = FALSE, IsCVT; in main() local
225 Reduced = TRUE; in main()
276 if (Reduced) { in main()
286 IsCVT = CVTCheckStandard(HDisplay, VDisplay, VRefresh, Reduced, Verbose); in main()
288 Mode = xf86CVTMode(HDisplay, VDisplay, VRefresh, Reduced, Interlaced); in main()
290 PrintComment(Mode, IsCVT, Reduced); in main()
291 PrintModeline(Mode, HDisplay, VDisplay, VRefresh, Reduced); in main()