Searched refs:h_pixels (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c106 xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
145 h_pixels_rnd = rint((float) h_pixels / CELL_GRAN) * CELL_GRAN;
H A Dxf86Modes.h66 extern _X_EXPORT DisplayModePtr xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c101 xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
140 h_pixels_rnd = rint((float) h_pixels / CELL_GRAN) * CELL_GRAN;
H A Dxf86Modes.h65 extern _X_EXPORT DisplayModePtr xf86GTFMode(int h_pixels, int v_lines,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c157 mode *vert_refresh (int h_pixels, int v_lines, float freq,
285 mode *vert_refresh (int h_pixels, int v_lines, float freq, argument
326 h_pixels_rnd = rint((float) h_pixels / CELL_GRAN) * CELL_GRAN;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c150 mode *vert_refresh(int h_pixels, int v_lines, float freq,
268 vert_refresh(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
307 h_pixels_rnd = rint((float) h_pixels / CELL_GRAN) * CELL_GRAN;

Completed in 11 milliseconds