Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dwagyu.hpp53 bool add_polygon(mapbox::geometry::polygon<T2> const& ppg, in add_polygon() argument
56 for (auto const& r : ppg) { in add_polygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h224 bool AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed);
H A Dclipper.cpp1224 bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed) in AddPaths() argument
1227 for (Paths::size_type i = 0; i < ppg.size(); ++i) in AddPaths()
1228 if (AddPath(ppg[i], PolyTyp, Closed)) result = true; in AddPaths()