Searched refs:point_in_range (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/detail/within/ |
| H A D | point_in_geometry.hpp | 63 int point_in_range(Point const& point, Range const& range, Strategy const& strategy) in point_in_range() function 84 inline int point_in_range(Point const& point, Range const& range) in point_in_range() function 91 return point_in_range(point, range, strategy_type()); in point_in_range() 160 if ( detail::within::point_in_range(point, linestring, strategy) != 0 ) in apply() 200 return detail::within::point_in_range(point, view, strategy); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | turn_in_original_visitor.hpp | 84 inline bool point_in_range(Strategy& strategy, State& state, in point_in_range() function 117 return point_in_range(strategy, state, point, begin, end); in point_in_section() 166 point_in_range(strategy, state, point, in point_in_original()
|