Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dconn-avoid-ref.cpp248 …std::vector<Geom::Point> child_points = approxItemWithPoints(child_item, item_transform * child_it… in approxItemWithPoints() local
249 poly_points.insert(poly_points.end(), child_points.begin(), child_points.end()); in approxItemWithPoints()