Searched refs:monitorResolution (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winscrinit.c | 304 monitorResolution, monitorResolution, in winFinishScreenInitFB() 337 monitorResolution, monitorResolution, in winFinishScreenInitFB()
|
| H A D | winwndproc.c | 279 monitorResolution, in winWindowProc() 281 monitorResolution); in winWindowProc() 440 (dwWidth * 25.4) / monitorResolution, in winWindowProc() 441 (dwHeight * 25.4) / monitorResolution); in winWindowProc()
|
| H A D | winprocarg.c | 89 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 D | kdrive.c | 727 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 D | globals.h | 24 extern _X_EXPORT int monitorResolution;
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | globals.c | 117 int monitorResolution = 0; variable
|
| /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() 195 xwl_screen->screen->mmHeight = (height * 25.4) / monitorResolution; in update_screen_size()
|
| H A D | xwayland.c | 1187 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 D | darwin.c | 251 if (monitorResolution) in DarwinScreenInit() 252 dpi = monitorResolution; in DarwinScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 874 int dpix = monitorResolution, dpiy = monitorResolution; in vfbScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 878 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 D | xf86RandR12.c | 793 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 D | utils.c | 749 monitorResolution = atoi(argv[i]); in ProcessCommandLine()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 52179 kdrive/ephyr; Don't redeclare monitorResolution
|