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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c126 float total_active_pixels; local in function:xf86GTFMode
289 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
309 h_blank = rint(total_active_pixels *
319 total_pixels = total_active_pixels + h_blank;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c121 float total_active_pixels; local in function:xf86GTFMode
286 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
306 h_blank = rint(total_active_pixels *
316 total_pixels = total_active_pixels + h_blank;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c304 float total_active_pixels; local in function:vert_refresh
518 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
520 print_value(17, "[TOTAL ACTIVE PIXELS]", total_active_pixels);
544 h_blank = rint(total_active_pixels *
557 total_pixels = total_active_pixels + h_blank;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c286 float total_active_pixels; local in function:vert_refresh
483 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
485 print_value(17, "[TOTAL ACTIVE PIXELS]", total_active_pixels);
507 h_blank = rint(total_active_pixels *
519 total_pixels = total_active_pixels + h_blank;

Completed in 5 milliseconds