Searched refs:h_pixels (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 106 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 D | xf86Modes.h | 66 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 D | xf86gtf.c | 101 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 D | xf86Modes.h | 65 extern _X_EXPORT DisplayModePtr xf86GTFMode(int h_pixels, int v_lines,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 157 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 D | gtf.c | 150 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