Home
last modified time | relevance | path

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

/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp940 wf::region_t bounding_region = bbox; in get_untransformed_bounding_box() local
945 bounding_region |= {child.position.x, child.position.y, in get_untransformed_bounding_box()
949 return wlr_box_from_pixman_box(bounding_region.get_extents()); in get_untransformed_bounding_box()