| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_surface.c | 205 const unsigned max_h = 1024; local 207 unsigned sub_h = h > max_h ? max_h : h;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_surface.c | 209 const unsigned max_h = 1024; local 211 unsigned sub_h = h > max_h ? max_h : h;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_video_overlay.c | 268 short max_w, max_h; local 277 max_h = IMAGE_MAX_HEIGHT_LEGACY; 280 max_h = IMAGE_MAX_HEIGHT; 283 while (drw_w > max_w || drw_h > max_h) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_video_overlay.c | 268 short max_w, max_h; local 277 max_h = IMAGE_MAX_HEIGHT_LEGACY; 280 max_h = IMAGE_MAX_HEIGHT; 283 while (drw_w > max_w || drw_h > max_h) {
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| s3v_xv.c | 463 int max_w, max_h; local 465 xf86QueryLargestOffscreenArea(pScreen, &max_w, &max_h, 0, 468 if((max_w < pScrn->displayWidth) || (max_h < numlines))
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_video.c | 756 int max_w, max_h; local 758 xf86QueryLargestOffscreenArea(pScreen, &max_w, &max_h, 0, 760 if (max_w == pScrn->displayWidth && max_h >= new_h) { 786 xf86QueryLargestOffscreenArea(pScreen, &max_w, &max_h, 0, 789 if((max_w < pScrn->displayWidth) || (max_h < new_h))
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_video.c | 749 int max_w, max_h; local 751 xf86QueryLargestOffscreenArea(pScrn, &max_w, &max_h, 0, 755 if ((max_w < pGeode->displayWidth) || (max_h < numlines)) { 758 pGeode->displayWidth, max_h, numlines);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx1_video.c | 844 int max_w, max_h; local 846 xf86QueryLargestOffscreenArea(pScreen, &max_w, &max_h, 0, 849 if ((max_w < pScrn->displayWidth) || (max_h < numlines))
|
| nsc_gx2_video.c | 795 int max_w, max_h; local 797 xf86QueryLargestOffscreenArea(pScreen, &max_w, &max_h, 0, 800 if ((max_w < pScrn->displayWidth) || (max_h < numlines))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| edid.h | 262 #define MAX_H (_MAX_H(c) + _MAX_H_OFFSET(c)) 498 int max_h; member in struct:monitor_ranges
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| edid.h | 265 #define MAX_H (_MAX_H(c) + _MAX_H_OFFSET(c)) 488 int max_h; member in struct:monitor_ranges
|