Lines Matching full:reduced
73 CVTCheckStandard(int HDisplay, int VDisplay, float VRefresh, Bool Reduced, in CVTCheckStandard() argument
108 fprintf(stderr, "usage: %s [-v|--verbose] [-r|--reduced] X Y [refresh]\n", in PrintUsage()
112 fprintf(stderr, " -r|--reduced : Create a mode with reduced blanking " in PrintUsage()
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
224 if (!strcmp(argv[n], "-r") || !strcmp(argv[n], "--reduced")) in main()
225 Reduced = TRUE; in main()
276 if (Reduced) { in main()
280 " reduced blanking.\n"); 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()