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

Compute intersection of two bounding boxes.

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