Home
last modified time | relevance | path

Searched refs:rootPicture (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/src/
H A Decompmgr.c235 static EX_Picture rootPicture; variable
1962 rootBuffer, rootPicture); in ECompMgrRepaint()
2000 ECompMgrPaintGhosts(rootPicture, Mode_compmgr.damage); in ECompMgrRepaint()
2002 if (pbuf != rootPicture) in ECompMgrRepaint()
2005 EPictureSetClip(rootPicture, Mode_compmgr.damage); in ECompMgrRepaint()
2007 XRenderComposite(disp, PictOpSrc, pbuf, NoXID, rootPicture, in ECompMgrRepaint()
2223 rootPicture = EPictureCreateII(VROOT, Mode_compmgr.root); in ECompMgrStart()
2314 PICTURE_DESTROY(rootPicture); in ECompMgrStop()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dscreen.h204 Picture rootPicture; member
H A Dcompositor.c2613 None, screen_info->rootPicture, in paint_all()
2620 None, screen_info->rootPicture, in paint_all()
4831 screen_info->rootPicture = XRenderCreatePicture (display_info->dpy, screen_info->output, in compositorManageScreen()
4834 if (screen_info->rootPicture == None) in compositorManageScreen()
5038 if (screen_info->rootPicture) in compositorUnmanageScreen()
5040 XRenderFreePicture (display_info->dpy, screen_info->rootPicture); in compositorUnmanageScreen()
5041 screen_info->rootPicture = None; in compositorUnmanageScreen()
/dports/x11-wm/xcompmgr/xcompmgr-1.1.8/
H A Dxcompmgr.c115 static Picture rootPicture; variable
926 rootBuffer = rootPicture; in paint_all()
939 XFixesSetPictureClipRegion (dpy, rootPicture, 0, 0, region); in paint_all()
941 XRenderComposite (dpy, PictOpSrc, blackPicture, None, rootPicture, in paint_all()
1125 if (rootBuffer != rootPicture) in paint_all()
1128 XRenderComposite (dpy, PictOpSrc, rootBuffer, None, rootPicture, in paint_all()
2211 rootPicture = XRenderCreatePicture (dpy, root, in main()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/
H A DNEWS333 - Remove unnecessary clipping of the rootPicture.
H A DChangeLog17065 Remove unnecessary clipping of the rootPicture
17067 rootPicture is not used until much later when the rootBuffer is copied
17069 region so it is unnecessary to specify it on rootPicture as well.