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

Inclusion test for rects. (Rect is assumed to be open, i.e. top right corner is not included).