Searched refs:xf86ModeWidth (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Rename.h | 88 #define xf86ModeWidth XF86NAME(xf86ModeWidth) macro
|
| H A D | xf86Modes.c | 80 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 D | xf86Modes.h | 48 xf86ModeWidth (const DisplayModeRec *mode, Rotation rotation);
|
| H A D | xf86Crtc.c | 843 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 D | xf86RandR12.c | 760 int crtc_width = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 77 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 D | xf86Modes.h | 45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
|
| H A D | xf86Crtc.c | 883 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 D | xf86RandR12.c | 773 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.c | 58 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_kms.c | 66 crtc_area.x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 2609 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 2606 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.c | 1709 crtc_box->x2 = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.c | 133 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
|
Completed in 35 milliseconds