Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dpoint_point.hpp62 bool found_outside = false; in point_multipoint_check() local
77 found_outside = true; in point_multipoint_check()
79 if ( found_inside && found_outside ) in point_multipoint_check()
83 return std::make_pair(found_inside, found_outside); in point_multipoint_check()
219 bool found_outside = false; in search() local
231 found_outside = true; in search()
233 if ( found_inside && found_outside ) in search()
244 if ( found_outside ) // some point of MP2 was found outside of MP1 in search()