Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c44 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 Dxf86str.h195 int mmHeight; member
/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()
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 Drrscreen.c67 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 Drroutput.c95 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 Drrinfo.c242 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 Drrmonitor.c77 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 Drandrstr.h146 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 Drrcrtc.c798 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 Drandr.c328 pScrPriv->mmHeight = pScreen->mmHeight; in RRScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c47 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 Dquartz.c261 pScreen->mmHeight = pScreen->mmHeight * ((double)height / pScreen->height); in QuartzUpdateScreens()
H A DquartzRandR.c222 pScreen->mmHeight); in QuartzRandRRegisterMode()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c772 CARD32 mmHeight) in vfbRRScreenSetSize() argument
780 pScreen->mmHeight = mmHeight; in vfbRRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c265 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 Dmiscrinit.c263 pScreen->mmHeight = (ysize * 254 + dpiy * 5) / (dpiy * 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.c770 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 Dxf86drmMode.h213 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c195 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 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.c110 pScreen->mmHeight = DisplayHeightMM(dmxScreen->beDisplay, in dmxBEScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c322 pScreen->mmHeight = in xnestOpenScreen()

12