Home
last modified time | relevance | path

Searched refs:monitorResolution (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c304 monitorResolution, monitorResolution, in winFinishScreenInitFB()
337 monitorResolution, monitorResolution, in winFinishScreenInitFB()
H A Dwinwndproc.c279 monitorResolution, in winWindowProc()
281 monitorResolution); in winWindowProc()
440 (dwWidth * 25.4) / monitorResolution, in winWindowProc()
441 (dwHeight * 25.4) / monitorResolution); in winWindowProc()
H A Dwinprocarg.c89 if (monitorResolution == 0) { in winInitializeScreenDefaults()
100 monitorResolution = dpiY; in winInitializeScreenDefaults()
107 monitorResolution = WIN_DEFAULT_DPI; in winInitializeScreenDefaults()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c727 if (!monitorResolution) in KdScreenInit()
728 monitorResolution = 75; in KdScreenInit()
737 monitorResolution, monitorResolution, in KdScreenInit()
756 monitorResolution, monitorResolution, in KdScreenInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dglobals.h24 extern _X_EXPORT int monitorResolution;
/OK3568_Linux_fs/external/xserver/dix/
H A Dglobals.c117 int monitorResolution = 0; variable
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c194 xwl_screen->screen->mmWidth = (width * 25.4) / monitorResolution; in update_screen_size()
195 xwl_screen->screen->mmHeight = (height * 25.4) / monitorResolution; in update_screen_size()
H A Dxwayland.c1187 if (!monitorResolution) in xwl_screen_init()
1188 monitorResolution = DEFAULT_DPI; in xwl_screen_init()
1225 monitorResolution, monitorResolution, 0, in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c251 if (monitorResolution) in DarwinScreenInit()
252 dpi = monitorResolution; in DarwinScreenInit()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c874 int dpix = monitorResolution, dpiy = monitorResolution; in vfbScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c878 if (monitorResolution > 0) { in xf86SetDpi()
879 pScrn->xDpi = monitorResolution; in xf86SetDpi()
880 pScrn->yDpi = monitorResolution; in xf86SetDpi()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c793 if (monitorResolution) { in xf86RandR12CreateScreenResources()
794 mmWidth = width * 25.4 / monitorResolution; in xf86RandR12CreateScreenResources()
795 mmHeight = height * 25.4 / monitorResolution; in xf86RandR12CreateScreenResources()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c749 monitorResolution = atoi(argv[i]); in ProcessCommandLine()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog52179 kdrive/ephyr; Don't redeclare monitorResolution