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

Function util_round_rect

src/__init__.py:24063–24064  ·  view source on GitHub ↗
( rect)

Source from the content-addressed store, hash-verified

24061
24062
24063def util_round_rect( rect):
24064 return JM_py_from_irect(mupdf.fz_round_rect(JM_rect_from_py(rect)))
24065
24066
24067def util_transform_rect( rect, matrix):

Callers 1

roundMethod · 0.85

Calls 2

JM_py_from_irectFunction · 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…