| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86RandR.c | 44 int mmHeight; 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 = mmHeight [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86RandR.c | 45 int mmHeight; 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 = mmHeight [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_randr.c | 57 int mmHeight; 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 = oldmmHeight [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| 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;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winrandr.c | 174 CARD32 mmHeight) 197 pScreen->mmHeight = mmHeight; 228 CARD32 mmHeight) 264 winDoRandRScreenSetSize(pScreen, width, height, mmWidth, mmHeight);
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| 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); [all...] |
| rrinfo.c | 252 if (a->mmHeight != b->mmHeight) 262 short mmHeight) 276 tmp.mmHeight = mmHeight;
|
| 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);
|
| randrstr.h | 138 int mmHeight; 160 CARD32 mmHeight); 221 short mmWidth, mmHeight; 274 CARD16 mmWidth, mmHeight; /* last known screen size */ 409 CARD32 mmHeight); 485 short mmHeight); 791 int mmHeight);
|
| randr.c | 245 pScrPriv->mmHeight = pScreen->mmHeight;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rroutput.c | 95 output->mmHeight = 0; 314 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight) 316 if (output->mmWidth == mmWidth && output->mmHeight == mmHeight) 319 output->mmHeight = mmHeight; 494 .mmHeight = 0, 523 .mmHeight = output->mmHeight, 576 swapl(&rep.mmHeight); [all...] |
| rrinfo.c | 242 if (a->mmHeight != b->mmHeight) 249 short width, short height, short mmWidth, short mmHeight) 263 tmp.mmHeight = mmHeight;
|
| 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); [all...] |
| 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;
|
| randrstr.h | 150 int mmHeight; 184 CARD32 mmHeight; 215 CARD32 mmWidth, CARD32 mmHeight); 297 short mmWidth, mmHeight; 379 CARD16 mmWidth, mmHeight; /* last known screen size */ 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/ |
| xf86RandR12.c | 51 int mmHeight; 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)) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| 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/ |
| xf86RandR12.c | 47 int mmHeight; 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)) { [all...] |
| /xsrc/external/mit/libXrandr/dist/src/ |
| XrrScreen.c | 265 int mmWidth, int mmHeight) 279 req->heightInMillimeters = mmHeight;
|
| XrrOutput.c | 104 xoi->mm_height = rep.mmHeight;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| quartz.c | 263 pScreen->mmHeight = pScreen->mmHeight * ((double)height / pScreen->height);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| quartz.c | 225 pScreen->mmHeight = pScreen->mmHeight * ((double) height / pScreen->height);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyr.c | 265 pScreen->mmHeight = screen->height_mm; 271 pScreen->mmHeight = screen->width_mm; 491 oldmmheight = pScreen->mmHeight; 583 pScreen->mmHeight = oldmmheight;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| miscrinit.c | 234 pScreen->mmHeight = (ysize * 254 + dpiy * 5) / (dpiy * 10);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyr.c | 295 pScreen->mmHeight = screen->height_mm; 302 pScreen->mmHeight = screen->width_mm; 526 oldmmheight = pScreen->mmHeight; 600 pScreen->mmHeight = oldmmheight;
|