compute_the_intersection

Function compute_the_intersection 

Source
fn compute_the_intersection(
    _document: &Document,
    _target: &Element,
    _root: &Option<ElementOrDocument<DomTypeHolder>>,
    root_bounds: Rect<Au, CSSPixel>,
    intersection_rect: Rect<Au, CSSPixel>,
) -> Rect<Au, CSSPixel>
Expand description