Home
last modified time | relevance | path

Searched refs:mmWidth (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c43 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 Dwinrandr.c96 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 Drrscreen.c66 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 Drroutput.c94 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 Drrinfo.c240 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 Drrmonitor.c77 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 Drandrstr.h145 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 Drrcrtc.c798 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 Drandr.c327 pScrPriv->mmWidth = pScreen->mmWidth; in RRScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c46 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 Dquartz.c260 pScreen->mmWidth = pScreen->mmWidth * ((double)width / pScreen->width); in QuartzUpdateScreens()
H A DquartzRandR.c221 RRRegisterSize(pScreen, pMode->width, pMode->height, pScreen->mmWidth, in QuartzRandRRegisterMode()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c771 CARD32 mmWidth, in vfbRRScreenSetSize() argument
779 pScreen->mmWidth = mmWidth; in vfbRRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c264 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 D0006-drm-Reconstructs-the-drm-display-driver.patch75 - 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 Dmiscrinit.c262 pScreen->mmWidth = (xsize * 254 + dpix * 5) / (dpix * 10); in miScreenInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h499 short mmWidth, mmHeight; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c766 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 Dxf86drmMode.h213 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c194 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 Dxf86drmMode.h297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c108 pScreen->mmWidth = DisplayWidthMM(dmxScreen->beDisplay, in dmxBEScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c319 pScreen->mmWidth = xnestWidth * DisplayWidthMM(xnestDisplay, in xnestOpenScreen()

12