| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 44 int mmHeight; member 86 RRModeMM.mmHeight = randrp->mmHeight; in xf86RandRGetInfo() 94 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo() 113 RRModeMM.mmHeight = randrp->mmHeight; in xf86RandRGetInfo() 121 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo() 147 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandRSetMode() argument 154 int oldmmHeight = pScreen->mmHeight; in xf86RandRSetMode() 182 RRModeMM.mmHeight = mmHeight; in xf86RandRSetMode() 187 mmHeight = RRModeMM.mmHeight; in xf86RandRSetMode() 193 pScreen->mmWidth = mmHeight; in xf86RandRSetMode() [all …]
|
| H A D | xf86str.h | 195 int mmHeight; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winrandr.c | 96 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in winDoRandRScreenSetSize() argument 104 (pScreen->mmWidth == mmWidth) && (pScreen->mmHeight == mmHeight)) in winDoRandRScreenSetSize() 123 pScreen->mmHeight = mmHeight; in winDoRandRScreenSetSize() 150 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in winRandRScreenSetSize() argument 184 winDoRandRScreenSetSize(pScreen, width, height, mmWidth, mmHeight); in winRandRScreenSetSize()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrscreen.c | 67 root->mmHeight = pScreen->mmHeight; in RREditConnectionInfo() 113 se.widthInMillimeters = pScreen->mmHeight; in RRDeliverScreenEvent() 120 se.heightInMillimeters = pScreen->mmHeight; in RRDeliverScreenEvent() 142 pScrPriv->mmHeight == pScreen->mmHeight) in RRScreenSizeNotify() 148 pScrPriv->mmHeight = pScreen->mmHeight; in RRScreenSizeNotify() 168 CARD16 width, CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in RRScreenSizeSet() argument 175 width, height, mmWidth, mmHeight); in RRScreenSizeSet() 710 if (output->mmWidth && output->mmHeight) { in RR10GetData() 712 size[l].mmHeight = output->mmHeight; in RR10GetData() 716 size[l].mmHeight = pScreen->mmHeight; in RR10GetData() [all …]
|
| H A D | rroutput.c | 95 output->mmHeight = 0; in RROutputCreate() 314 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight) in RROutputSetPhysicalSize() argument 316 if (output->mmWidth == mmWidth && output->mmHeight == mmHeight) in RROutputSetPhysicalSize() 319 output->mmHeight = mmHeight; in RROutputSetPhysicalSize() 483 .mmHeight = 0, in ProcRRGetOutputInfo() 512 .mmHeight = output->mmHeight, in ProcRRGetOutputInfo() 565 swapl(&rep.mmHeight); in ProcRRGetOutputInfo()
|
| H A D | rrinfo.c | 242 if (a->mmHeight != b->mmHeight) in RRScreenSizeMatches() 249 short width, short height, short mmWidth, short mmHeight) in RRRegisterSize() argument 263 tmp.mmHeight = mmHeight; in RRRegisterSize()
|
| H A D | rrmonitor.c | 77 if (crtc->numOutputs && crtc->outputs[0]->mmWidth && crtc->outputs[0]->mmHeight) { in RRMonitorGetCrtcGeometry() 80 geometry->mmHeight = output->mmHeight; in RRMonitorGetCrtcGeometry() 83 … geometry->mmHeight = floor ((geometry->box.y2 - geometry->box.y1) / DEFAULT_PIXELS_PER_MM + 0.5); in RRMonitorGetCrtcGeometry() 121 RRMonitorGeometryRec first = { .box = { 0, 0, 0, 0 }, .mmWidth = 0, .mmHeight = 0 }; in RRMonitorGetGeometry() 160 … geometry->mmHeight = (this.box.y2 - this.box.y1) / (first.box.y2 - first.box.y1) * first.mmHeight; in RRMonitorGetGeometry() 672 .heightInMillimeters = monitor->geometry.mmHeight, in ProcRRGetMonitors() 732 monitor->geometry.mmHeight = stuff->monitor.heightInMillimeters; in ProcRRSetMonitor()
|
| H A D | randrstr.h | 146 int mmHeight; member 180 CARD32 mmHeight; member 211 CARD32 mmWidth, CARD32 mmHeight); 293 short mmWidth, mmHeight; member 375 CARD16 mmWidth, mmHeight; /* last known screen size */ member 535 CARD16 width, CARD16 height, CARD32 mmWidth, CARD32 mmHeight); 613 short width, short height, short mmWidth, short mmHeight); 927 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight);
|
| H A D | rrcrtc.c | 798 if (outputs[0]->mmWidth && outputs[0]->mmHeight) { in RRCrtcSet() 800 size.mmHeight = outputs[0]->mmHeight; in RRCrtcSet() 804 size.mmHeight = pScreen->mmHeight; in RRCrtcSet()
|
| H A D | randr.c | 328 pScrPriv->mmHeight = pScreen->mmHeight; in RRScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 47 int mmHeight; member 487 randrp->mmWidth, randrp->mmHeight); in xf86RandR12GetInfo() 510 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandR12SetMode() argument 517 int oldmmHeight = pScreen->mmHeight; in xf86RandR12SetMode() 537 pScreen->mmWidth = mmHeight; in xf86RandR12SetMode() 538 pScreen->mmHeight = mmWidth; in xf86RandR12SetMode() 544 pScreen->mmHeight = mmHeight; in xf86RandR12SetMode() 561 pScreen->mmHeight = oldmmHeight; in xf86RandR12SetMode() 640 pSize->mmHeight)) { in xf86RandR12SetConfig() 680 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in xf86RandR12ScreenSetSize() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartz.c | 261 pScreen->mmHeight = pScreen->mmHeight * ((double)height / pScreen->height); in QuartzUpdateScreens()
|
| H A D | quartzRandR.c | 222 pScreen->mmHeight); in QuartzRandRRegisterMode()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 772 CARD32 mmHeight) in vfbRRScreenSetSize() argument 780 pScreen->mmHeight = mmHeight; in vfbRRScreenSetSize()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 265 pScreen->mmHeight = screen->height_mm; in ephyrSetScreenSizes() 271 pScreen->mmHeight = screen->width_mm; in ephyrSetScreenSizes() 491 oldmmheight = pScreen->mmHeight; in ephyrRandRSetConfig() 583 pScreen->mmHeight = oldmmheight; in ephyrRandRSetConfig()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 263 pScreen->mmHeight = (ysize * 254 + dpiy * 5) / (dpiy * 10); in miScreenInit()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 499 short mmWidth, mmHeight; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 770 pScreen->mmHeight = *height_mmp; in KdScreenInit() 772 *height_mmp = pScreen->mmHeight; in KdScreenInit()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmMode.h | 213 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 195 xwl_screen->screen->mmHeight = (height * 25.4) / monitorResolution; in update_screen_size()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drmMode.h | 297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drmMode.h | 297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drmMode.h | 297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 110 pScreen->mmHeight = DisplayHeightMM(dmxScreen->beDisplay, in dmxBEScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 322 pScreen->mmHeight = in xnestOpenScreen()
|