Home
last modified time | relevance | path

Searched refs:root_tile (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/metacity/metacity-3.42.0/src/compositor/
H A Dmeta-compositor-xrender.c98 Picture root_tile; member
569 root_tile (MetaScreen *screen) in root_tile() function
693 g_return_if_fail (priv->root_tile != None); in paint_root()
845 priv->root_tile != None) in process_property_notify()
849 priv->root_tile = None; in process_property_notify()
935 if (priv->root_tile) in meta_compositor_xrender_finalize()
937 XRenderFreePicture (xdisplay, priv->root_tile); in meta_compositor_xrender_finalize()
938 priv->root_tile = None; in meta_compositor_xrender_finalize()
1032 priv->root_tile = None; in meta_compositor_xrender_manage()
1123 if (priv->root_tile == None) in meta_compositor_xrender_pre_paint()
[all …]
/dports/x11-wm/marco/marco-1.26.0/src/compositor/
H A Dcompositor-xrender.c156 Picture root_tile; member
852 root_tile (MetaScreen *screen) in root_tile() function
997 if (info->root_tile == None) in paint_root()
999 info->root_tile = root_tile (screen); in paint_root()
1000 g_return_if_fail (info->root_tile != None); in paint_root()
1004 XRenderComposite (xdisplay, PictOpSrc, info->root_tile, None, root_buffer, in paint_root()
2568 if (info != NULL && info->root_tile) in process_property_notify()
2571 XRenderFreePicture (xdisplay, info->root_tile); in process_property_notify()
2572 info->root_tile = None; in process_property_notify()
2994 info->root_tile = None; in xrender_manage_screen()
/dports/x11-wm/xcompmgr/xcompmgr-1.1.8/
H A Dxcompmgr.c769 root_tile (Display *dpy) in root_tile() function
822 rootTile = root_tile (dpy); in paint_root()
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/
H A DPNanoVDB.h1524 …_address(pnanovdb_grid_type_t grid_type, pnanovdb_buf_t buf, pnanovdb_root_tile_handle_t root_tile) in pnanovdb_root_tile_get_value_address() argument
1527 return pnanovdb_address_offset(root_tile.address, byte_offset); in pnanovdb_root_tile_get_value_address()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dcompositor.c914 root_tile (ScreenInfo *screen_info) in root_tile() function
2155 screen_info->rootTile = root_tile (screen_info); in paint_root()