MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / util_intersect_rect

Function util_intersect_rect

src/__init__.py:24073–24079  ·  view source on GitHub ↗
( r1, r2)

Source from the content-addressed store, hash-verified

24071
24072
24073def util_intersect_rect( r1, r2):
24074 return JM_py_from_rect(
24075 mupdf.fz_intersect_rect(
24076 JM_rect_from_py(r1),
24077 JM_rect_from_py(r2),
24078 )
24079 )
24080
24081
24082def util_is_point_in_rect( p, r):

Callers 1

intersectMethod · 0.85

Calls 2

JM_py_from_rectFunction · 0.85
JM_rect_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…