| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 43 int mmWidth; member 85 RRModeMM.mmWidth = randrp->mmWidth; in xf86RandRGetInfo() 94 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo() 112 RRModeMM.mmWidth = randrp->mmWidth; in xf86RandRGetInfo() 121 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo() 147 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandRSetMode() argument 153 int oldmmWidth = pScreen->mmWidth; in xf86RandRSetMode() 181 RRModeMM.mmWidth = mmWidth; in xf86RandRSetMode() 186 mmWidth = RRModeMM.mmWidth; in xf86RandRSetMode() 193 pScreen->mmWidth = mmHeight; in xf86RandRSetMode() [all …]
|
| /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() 122 pScreen->mmWidth = mmWidth; 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 | 66 root->mmWidth = pScreen->mmWidth; in RREditConnectionInfo() 114 se.heightInMillimeters = pScreen->mmWidth; in RRDeliverScreenEvent() 119 se.widthInMillimeters = pScreen->mmWidth; in RRDeliverScreenEvent() 141 pScrPriv->mmWidth == pScreen->mmWidth && in RRScreenSizeNotify() 147 pScrPriv->mmWidth = pScreen->mmWidth; 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() 711 size[l].mmWidth = output->mmWidth; in RR10GetData() 715 size[l].mmWidth = pScreen->mmWidth; in RR10GetData() [all …]
|
| H A D | rroutput.c | 94 output->mmWidth = 0; in RROutputCreate() 314 RROutputSetPhysicalSize(RROutputPtr output, int mmWidth, int mmHeight) in RROutputSetPhysicalSize() argument 316 if (output->mmWidth == mmWidth && output->mmHeight == mmHeight) in RROutputSetPhysicalSize() 318 output->mmWidth = mmWidth; in RROutputSetPhysicalSize() 482 .mmWidth = 0, in ProcRRGetOutputInfo() 511 .mmWidth = output->mmWidth, in ProcRRGetOutputInfo() 564 swapl(&rep.mmWidth); in ProcRRGetOutputInfo()
|
| H A D | rrinfo.c | 240 if (a->mmWidth != b->mmWidth) in RRScreenSizeMatches() 249 short width, short height, short mmWidth, short mmHeight) in RRRegisterSize() argument 262 tmp.mmWidth = mmWidth; in RRRegisterSize()
|
| H A D | rrmonitor.c | 77 if (crtc->numOutputs && crtc->outputs[0]->mmWidth && crtc->outputs[0]->mmHeight) { in RRMonitorGetCrtcGeometry() 79 geometry->mmWidth = output->mmWidth; in RRMonitorGetCrtcGeometry() 82 … geometry->mmWidth = floor ((geometry->box.x2 - geometry->box.x1) / DEFAULT_PIXELS_PER_MM + 0.5); in RRMonitorGetCrtcGeometry() 121 RRMonitorGeometryRec first = { .box = { 0, 0, 0, 0 }, .mmWidth = 0, .mmHeight = 0 }; in RRMonitorGetGeometry() 159 … geometry->mmWidth = (this.box.x2 - this.box.x1) / (first.box.x2 - first.box.x1) * first.mmWidth; in RRMonitorGetGeometry() 671 .widthInMillimeters = monitor->geometry.mmWidth, in ProcRRGetMonitors() 731 monitor->geometry.mmWidth = stuff->monitor.widthInMillimeters; in ProcRRSetMonitor()
|
| H A D | randrstr.h | 145 int mmWidth; member 179 CARD32 mmWidth; 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() 799 size.mmWidth = outputs[0]->mmWidth; in RRCrtcSet() 803 size.mmWidth = pScreen->mmWidth; in RRCrtcSet()
|
| H A D | randr.c | 327 pScrPriv->mmWidth = pScreen->mmWidth; in RRScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 46 int mmWidth; member 487 randrp->mmWidth, randrp->mmHeight); in xf86RandR12GetInfo() 510 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandR12SetMode() argument 516 int oldmmWidth = pScreen->mmWidth; in xf86RandR12SetMode() 537 pScreen->mmWidth = mmHeight; in xf86RandR12SetMode() 538 pScreen->mmHeight = mmWidth; in xf86RandR12SetMode() 543 pScreen->mmWidth = mmWidth; in xf86RandR12SetMode() 560 pScreen->mmWidth = oldmmWidth; in xf86RandR12SetMode() 639 if (!xf86RandR12SetMode(pScreen, mode, useVirtual, pSize->mmWidth, 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 | 260 pScreen->mmWidth = pScreen->mmWidth * ((double)width / pScreen->width); in QuartzUpdateScreens()
|
| H A D | quartzRandR.c | 221 RRRegisterSize(pScreen, pMode->width, pMode->height, pScreen->mmWidth, in QuartzRandRRegisterMode()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 771 CARD32 mmWidth, in vfbRRScreenSetSize() argument 779 pScreen->mmWidth = mmWidth; in vfbRRScreenSetSize()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 264 pScreen->mmWidth = screen->width_mm; in ephyrSetScreenSizes() 270 pScreen->mmWidth = screen->height_mm; in ephyrSetScreenSizes() 490 oldmmwidth = pScreen->mmWidth; in ephyrRandRSetConfig() 582 pScreen->mmWidth = oldmmwidth; in ephyrRandRSetConfig()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0006-drm-Reconstructs-the-drm-display-driver.patch | 75 - uint32_t mmWidth, mmHeight; 779 - drm_dev.mmWidth = conn->mmWidth; 1102 - drm_dev.width, drm_dev.height, drm_dev.mmWidth, drm_dev.mmHeight, 1451 - if (dpi && drm_dev.mmWidth) 1452 - *dpi = DIV_ROUND_UP(drm_dev.width * 25400, drm_dev.mmWidth * 1000);
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 262 pScreen->mmWidth = (xsize * 254 + dpix * 5) / (dpix * 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 | 766 pScreen->mmWidth = *width_mmp; in KdScreenInit() 768 *width_mmp = pScreen->mmWidth; 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 | 194 xwl_screen->screen->mmWidth = (width * 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 | 108 pScreen->mmWidth = DisplayWidthMM(dmxScreen->beDisplay, in dmxBEScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 319 pScreen->mmWidth = xnestWidth * DisplayWidthMM(xnestDisplay, in xnestOpenScreen()
|