Searched refs:h_size (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dinterpret_edid.c117 timing_aspect = (float)timing->h_size / timing->v_size;
119 p->real_hsize = max(p->real_hsize, timing->h_size);
604 r->h_size = H_SIZE;
H A Dedid.h458 int h_size; member in struct:detailed_timings
H A Dprint_edid.c301 xf86ErrorF("Image Size: %i x %i mm\n",t->h_size,t->v_size);
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvmodes.c190 int h_size; member in struct:V1000ClocksStr
329 while ((val = V1000Clocks[i].h_size) > 0) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dinterpret_edid.c119 timing_aspect = (float) timing->h_size / timing->v_size;
121 p->real_hsize = max(p->real_hsize, timing->h_size);
728 r->h_size = H_SIZE;
H A Dprint_edid.c333 xf86ErrorF("Image Size: %i x %i mm\n", t->h_size, t->v_size);
H A Dedid.h458 int h_size; member in struct:detailed_timings
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c834 det_mon->section.d_timings.h_size *= 10;
840 det_mon->section.d_timings.h_size = 10 * hsize;
H A Dxf86Crtc.c2947 det_mon->section.d_timings.h_size != 0 &&
2950 p->output->mm_width = det_mon->section.d_timings.h_size;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c848 det_mon->section.d_timings.h_size *= 10;
854 det_mon->section.d_timings.h_size = 10 * hsize;
H A Dxf86Crtc.c3189 det_mon->section.d_timings.h_size != 0 &&
3194 if (((det_mon->section.d_timings.h_size * 5) <
3197 (det_mon->section.d_timings.h_size * 12))) {
3198 p->output->mm_width = det_mon->section.d_timings.h_size;
3205 det_mon->section.d_timings.h_size,
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1927 ErrorF("h_size = %d\n", pd_timings->h_size);

Completed in 210 milliseconds