Home
last modified time | relevance | path

Searched refs:ROOT_CLIP_FULL (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h77 ROOT_CLIP_FULL = 1, /**< resize the root window to fit screen */ enumerator
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c134 SetRootClip(pScreen, ROOT_CLIP_FULL); in winDoRandRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c184 if (xwl_screen->root_clip_mode == ROOT_CLIP_FULL) in update_screen_size()
H A Dxwayland.c1173 xwl_screen->root_clip_mode = ROOT_CLIP_FULL; in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c783 SetRootClip(pScreen, ROOT_CLIP_FULL); in vfbRRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c162 SetRootClip(pScreen, ROOT_CLIP_FULL); in KdEnableScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c1000 SetRootClip(pScreen, ROOT_CLIP_FULL); in xf86EnableDisableFBAccess()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2103 SetRootClip(source_provider->pScreen, ROOT_CLIP_FULL); in xf86RandR14ProviderSetOutputSource()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c3705 if (WasViewable && mode == ROOT_CLIP_FULL) in SetRootClip()