pub unsafe extern "C" fn fz_is_point_inside_irect(
    x: c_int,
    y: c_int,
    r: fz_irect
) -> c_int
Expand description

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