Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dconn-avoid-ref.cpp236 static std::vector<Geom::Point> approxItemWithPoints(SPItem const *item, const Geom::Affine& item_t… in approxItemWithPoints() function
248 …std::vector<Geom::Point> child_points = approxItemWithPoints(child_item, item_transform * child_it… in approxItemWithPoints()
285 hull_points = approxItemWithPoints(item, itd_mat); in avoid_item_poly()