[][src]Function mupdf_sys::fz_intersect_irect

pub unsafe extern "C" fn fz_intersect_irect(
    a: fz_irect,
    b: fz_irect
) -> fz_irect

Compute intersection of two bounding boxes.

Similar to fz_intersect_rect but operates on two bounding boxes instead of two rectangles.