Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_empty.hpp60 static inline bool check_interior_rings(InteriorRings const& interior_rings) in check_interior_rings() function in boost::geometry::detail::is_empty::polygon_is_empty
73 && check_interior_rings(interior_rings(polygon)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dlinear_areal.hpp146 bool check_interior_rings(InteriorRings const& interior_rings, in check_interior_rings() function in boost::geometry::detail::disjoint::disjoint_segment_areal
187 if ( !check_interior_rings(geometry::interior_rings(polygon), segment, strategy) ) in apply()