| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86RandR.c | 45 int mmHeight; member in struct:_xf86RandRInfo 88 RRModeMM.mmHeight = randrp->mmHeight; 96 RRModeMM.mmWidth, RRModeMM.mmHeight); 115 RRModeMM.mmHeight = randrp->mmHeight; 123 RRModeMM.mmWidth, RRModeMM.mmHeight); 152 int mmHeight) 159 int oldmmHeight = pScreen->mmHeight; 189 RRModeMM.mmHeight 148 xf86RandRSetMode(ScreenPtr pScreen,DisplayModePtr mode,Bool useVirtual,int mmWidth,int mmHeight) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86RandR.c | 44 int mmHeight; member in struct:_xf86RandRInfo 86 RRModeMM.mmHeight = randrp->mmHeight; 94 RRModeMM.mmWidth, RRModeMM.mmHeight); 113 RRModeMM.mmHeight = randrp->mmHeight; 121 RRModeMM.mmWidth, RRModeMM.mmHeight); 147 Bool useVirtual, int mmWidth, int mmHeight) 154 int oldmmHeight = pScreen->mmHeight; 182 RRModeMM.mmHeight 145 xf86RandRSetMode(ScreenPtr pScreen,DisplayModePtr mode,Bool useVirtual,int mmWidth,int mmHeight) argument [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_randr.c | 57 int mmHeight; member in struct:_GXRandRInfo 122 pRandr->mmWidth, pRandr->mmHeight); 147 pRandr->mmWidth, pRandr->mmHeight); 163 DisplayModePtr mode, Bool useVirtual, int mmWidth, int mmHeight) 171 int oldmmHeight = pScreen->mmHeight; 201 pScreen->mmWidth = mmHeight; 202 pScreen->mmHeight = mmWidth; 208 pScreen->mmHeight = mmHeight; 221 pScreen->mmHeight 162 GXRandRSetMode(ScreenPtr pScreen,DisplayModePtr mode,Bool useVirtual,int mmWidth,int mmHeight) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winrandr.c | 94 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) 103 (pScreen->mmWidth == mmWidth) && (pScreen->mmHeight == mmHeight)) 122 pScreen->mmHeight = mmHeight; 153 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) 184 winDoRandRScreenSetSize(pScreen, width, height, mmWidth, mmHeight); 282 output->mmHeight = (pScreen->height * 25.4)/monitorResolution; 92 winDoRandRScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument 151 winRandRScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 174 CARD32 mmHeight) 197 pScreen->mmHeight = mmHeight; 228 CARD32 mmHeight) 264 winDoRandRScreenSetSize(pScreen, width, height, mmWidth, mmHeight); 170 winDoRandRScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument 222 winRandRScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD16 pixWidth,CARD16 pixHeight,CARD32 mmWidth,CARD32 mmHeight) argument
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrscreen.c | 70 root->mmHeight = pScreen->mmHeight; 115 se.widthInMillimeters = pScreen->mmHeight; 121 se.heightInMillimeters = pScreen->mmHeight; 143 pScrPriv->mmHeight == pScreen->mmHeight) 149 pScrPriv->mmHeight = pScreen->mmHeight; 172 CARD32 mmHeight) 181 mmWidth, mmHeight); 168 RRScreenSizeSet(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument [all...] |
| H A D | rrinfo.c | 252 if (a->mmHeight != b->mmHeight) 262 short mmHeight) 276 tmp.mmHeight = mmHeight; 258 RRRegisterSize(ScreenPtr pScreen,short width,short height,short mmWidth,short mmHeight) argument
|
| H A D | rroutput.c | 87 output->mmHeight = 0; 316 int mmHeight) 318 if (output->mmWidth == mmWidth && output->mmHeight == mmHeight) 321 output->mmHeight = mmHeight; 464 rep.mmHeight = output->mmHeight; 521 swapl(&rep.mmHeight, n); 314 RROutputSetPhysicalSize(RROutputPtr output,int mmWidth,int mmHeight) argument
|
| H A D | randrstr.h | 138 int mmHeight; member in struct:_rrOutput 160 CARD32 mmHeight); 221 short mmWidth, mmHeight; member in struct:_rrScreenSize 274 CARD16 mmWidth, mmHeight; /* last known screen size */ member in struct:_rrScrPriv 409 CARD32 mmHeight); 485 short mmHeight); 791 int mmHeight);
|
| H A D | randr.c | 245 pScrPriv->mmHeight = pScreen->mmHeight;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rroutput.c | 95 output->mmHeight = 0; 314 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight) argument 316 if (output->mmWidth == mmWidth && output->mmHeight == mmHeight) 319 output->mmHeight = mmHeight; 483 .mmHeight = 0, 512 .mmHeight = output->mmHeight, 565 swapl(&rep.mmHeight); [all...] |
| H A D | rrinfo.c | 242 if (a->mmHeight != b->mmHeight) 249 short width, short height, short mmWidth, short mmHeight) 263 tmp.mmHeight = mmHeight; 248 RRRegisterSize(ScreenPtr pScreen,short width,short height,short mmWidth,short mmHeight) argument
|
| H A D | rrscreen.c | 67 root->mmHeight = pScreen->mmHeight; 113 se.widthInMillimeters = pScreen->mmHeight; 120 se.heightInMillimeters = pScreen->mmHeight; 142 pScrPriv->mmHeight == pScreen->mmHeight) 148 pScrPriv->mmHeight = pScreen->mmHeight; 168 CARD16 width, CARD16 height, CARD32 mmWidth, CARD32 mmHeight) 175 width, height, mmWidth, mmHeight); 167 RRScreenSizeSet(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument [all...] |
| H A D | rrmonitor.c | 77 if (crtc->numOutputs && crtc->outputs[0]->mmWidth && crtc->outputs[0]->mmHeight) { 80 geometry->mmHeight = output->mmHeight; 83 geometry->mmHeight = floor ((geometry->box.y2 - geometry->box.y1) / DEFAULT_PIXELS_PER_MM + 0.5); 121 RRMonitorGeometryRec first = { .box = { 0, 0, 0, 0 }, .mmWidth = 0, .mmHeight = 0 }; 160 geometry->mmHeight = (this.box.y2 - this.box.y1) / (first.box.y2 - first.box.y1) * first.mmHeight; 650 .heightInMillimeters = monitor->geometry.mmHeight, 710 monitor->geometry.mmHeight = stuff->monitor.heightInMillimeters;
|
| H A D | randrstr.h | 150 int mmHeight; member in struct:_rrOutput 184 CARD32 mmHeight; member in struct:_rrMonitorGeometry 215 CARD32 mmWidth, CARD32 mmHeight); 297 short mmWidth, mmHeight; member in struct:_rrScreenSize 379 CARD16 mmWidth, mmHeight; /* last known screen size */ member in struct:_rrScrPriv 539 CARD16 width, CARD16 height, CARD32 mmWidth, CARD32 mmHeight); 622 short width, short height, short mmWidth, short mmHeight); 941 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 51 int mmHeight; member in struct:_xf86RandR12Info 477 randrp->mmWidth, randrp->mmHeight); 504 int mmHeight) 511 int oldmmHeight = pScreen->mmHeight; 534 pScreen->mmWidth = mmHeight; 535 pScreen->mmHeight = mmWidth; 542 pScreen->mmHeight = mmHeight; 560 pScreen->mmHeight = oldmmHeight; 640 pSize->mmHeight)) { 500 xf86RandR12SetMode(ScreenPtr pScreen,DisplayModePtr mode,Bool useVirtual,int mmWidth,int mmHeight) argument 662 xf86RandR12ScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument 744 int mmWidth, mmHeight; local in function:xf86RandR12CreateScreenResources [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| H A D | fake.c | 202 pScreen->mmHeight = screen->height_mm; 209 pScreen->mmHeight = screen->width_mm; 310 oldmmheight = pScreen->mmHeight; 356 pScreen->mmHeight = oldmmheight;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 47 int mmHeight; member in struct:_xf86RandR12Info 486 randrp->mmWidth, randrp->mmHeight); 509 Bool useVirtual, int mmWidth, int mmHeight) 516 int oldmmHeight = pScreen->mmHeight; 536 pScreen->mmWidth = mmHeight; 537 pScreen->mmHeight = mmWidth; 543 pScreen->mmHeight = mmHeight; 560 pScreen->mmHeight = oldmmHeight; 639 pSize->mmHeight)) { 507 xf86RandR12SetMode(ScreenPtr pScreen,DisplayModePtr mode,Bool useVirtual,int mmWidth,int mmHeight) argument 677 xf86RandR12ScreenSetSize(ScreenPtr pScreen,CARD16 width,CARD16 height,CARD32 mmWidth,CARD32 mmHeight) argument 756 int mmWidth, mmHeight; local in function:xf86RandR12CreateScreenResources [all...] |
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrScreen.c | 265 int mmWidth, int mmHeight) 279 req->heightInMillimeters = mmHeight; 263 XRRSetScreenSize(Display * dpy,Window window,int width,int height,int mmWidth,int mmHeight) argument
|
| H A D | XrrOutput.c | 104 xoi->mm_height = rep.mmHeight;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartz.c | 225 pScreen->mmHeight = pScreen->mmHeight * ((double) height / pScreen->height);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartz.c | 263 pScreen->mmHeight = pScreen->mmHeight * ((double)height / pScreen->height);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 295 pScreen->mmHeight = screen->height_mm; 302 pScreen->mmHeight = screen->width_mm; 526 oldmmheight = pScreen->mmHeight; 600 pScreen->mmHeight = oldmmheight;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/ |
| H A D | fbdev.c | 378 pScreen->mmHeight = screen->height_mm; 385 pScreen->mmHeight = screen->width_mm; 514 oldmmheight = pScreen->mmHeight; 560 pScreen->mmHeight = oldmmheight;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 265 pScreen->mmHeight = screen->height_mm; 271 pScreen->mmHeight = screen->width_mm; 491 oldmmheight = pScreen->mmHeight; 583 pScreen->mmHeight = oldmmheight;
|