pub unsafe extern "C" fn fz_include_point_in_rect(
    r: fz_rect,
    p: fz_point
) -> fz_rect
Expand description

Expand a bbox to include a given point. To create a rectangle that encompasses a sequence of points, the rectangle must first be set to be the empty rectangle at one of the points before including the others.