Searched refs:xf86ModeWidth (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rename.h88 #define xf86ModeWidth XF86NAME(xf86ModeWidth) macro
H A Dxf86Modes.c80 xf86ModeWidth (const DisplayModeRec *mode, Rotation rotation) function in typeref:typename:int
366 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
367 xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
369 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch ||
370 xf86ModeWidth(mode, RR_Rotate_90) > maxX ||
372 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
373 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch)
376 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
377 xf86ModeWidth(mode, RR_Rotate_90) > maxX)
H A Dxf86Modes.h48 xf86ModeWidth (const DisplayModeRec *mode, Rotation rotation);
H A Dxf86Crtc.c843 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
879 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
888 dx = xf86ModeWidth (match, match_rotation) - xf86ModeWidth (mode, output->initial_rotation);
907 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
1047 crtc_width = crtc->desiredX + xf86ModeWidth (&crtc->desiredMode, crtc->desiredRotation);
1264 output->initial_x += xf86ModeWidth (modes[or], relative->initial_rotation);
1272 output->initial_x -= xf86ModeWidth (modes[o], output->initial_rotation);
2059 int pref_width = xf86ModeWidth(preferred[p], r);
2071 if (xf86ModeWidth(mod
[all...]
H A Dxf86RandR12.c760 int crtc_width = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c77 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation) function in typeref:typename:int
434 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
435 xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
437 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch ||
438 xf86ModeWidth(mode, RR_Rotate_90) > maxX ||
440 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
441 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch)
444 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
445 xf86ModeWidth(mode, RR_Rotate_90) > maxX)
H A Dxf86Modes.h45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
H A Dxf86Crtc.c883 if (xf86ModeWidth(mode, output->initial_rotation) > width ||
917 if (xf86ModeWidth(mode, output->initial_rotation) > width ||
926 dx = xf86ModeWidth(match, match_rotation) - xf86ModeWidth(mode,
947 if (xf86ModeWidth(mode, output->initial_rotation) > width ||
1077 crtc->desiredX + xf86ModeWidth(&crtc->desiredMode,
1293 xf86ModeWidth(modes[or], relative->initial_rotation);
1303 xf86ModeWidth(modes[o], output->initial_rotation);
2297 int pref_width = xf86ModeWidth(preferred[p], r);
2325 if (xf86ModeWidth(mod
[all...]
H A Dxf86RandR12.c773 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.c58 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c66 crtc_area.x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c2609 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c2606 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1709 crtc_box->x2 = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c133 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);

Completed in 35 milliseconds