Home
last modified time | relevance | path

Searched refs:bound_expand (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dpath.c616 static inline void bound_expand(fz_rect *r, fz_point p) in bound_expand() function
900 bound_expand(&arg->rect, p); in bound_lineto()
904 bound_expand(&arg->rect, arg->move); in bound_lineto()
920 bound_expand(&arg->rect, p); in bound_curveto()
921 bound_expand(&arg->rect, fz_transform_point_xy(x2, y2, arg->ctm)); in bound_curveto()
922 bound_expand(&arg->rect, fz_transform_point_xy(x3, y3, arg->ctm)); in bound_curveto()
926 bound_expand(&arg->rect, arg->move); in bound_curveto()