Home
last modified time | relevance | path

Searched refs:ROOT_CLIP_NONE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h76 ROOT_CLIP_NONE = 0, /**< resize the root window to 0x0 */ enumerator
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c108 SetRootClip(pScreen, ROOT_CLIP_NONE); in winDoRandRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c185 SetRootClip(xwl_screen->screen, ROOT_CLIP_NONE); in update_screen_size()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c775 SetRootClip(pScreen, ROOT_CLIP_NONE); in vfbRRScreenSetSize()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c98 SetRootClip(pScreen, ROOT_CLIP_NONE); in KdDisableScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c1007 SetRootClip(pScreen, ROOT_CLIP_NONE); in xf86EnableDisableFBAccess()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2098 SetRootClip(source_provider->pScreen, ROOT_CLIP_NONE); in xf86RandR14ProviderSetOutputSource()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c3683 if (mode != ROOT_CLIP_NONE) { in SetRootClip()