| /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 | 86 typedef typename strategy::point_in_geometry::services::default_strategy in point_in_range() 105 struct point_in_geometry struct 110 struct point_in_geometry<Point2, point_tag> struct 121 struct point_in_geometry<Segment, segment_tag> struct 152 struct point_in_geometry<Linestring, linestring_tag> struct 186 struct point_in_geometry<Ring, ring_tag> struct 206 struct point_in_geometry<Polygon, polygon_tag> struct 212 int const code = point_in_geometry in apply() 227 int const interior_code = point_in_geometry in apply() 246 struct point_in_geometry<Geometry, multi_point_tag> struct [all …]
|
| H A D | multi_point.hpp | 141 || (in_val = point_in_geometry(*it, linear_or_areal, strategy)) < 0) in apply() 219 … int in_val = point_in_geometry(*it, range::at(linear_or_areal, box_it->second), strategy); in apply()
|
| H A D | implementation.hpp | 64 return detail::within::point_in_geometry(geometry1, geometry2, strategy) == 1; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | relate.hpp | 32 namespace point_in_geometry namespace 101 : point_in_geometry::services::default_strategy
|
| /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 D | areal_areal.hpp | 80 using detail::within::point_in_geometry; in operator ()() 101 int const pig = point_in_geometry(pt, in operator ()() 135 int const hpig = point_in_geometry(range::front(range_ref), in operator ()() 173 int const hpig = point_in_geometry(range::front(range_ref), in operator ()() 674 using detail::within::point_in_geometry; in no_turns() 675 int const pig = point_in_geometry(range::front(range_ref), in no_turns()
|
| H A D | multi_point_geometry.hpp | 190 int in_val = detail::within::point_in_geometry(*it, single_geometry, strategy); in apply() 306 int in_val = detail::within::point_in_geometry(point, single, m_strategy); in apply() 417 int in_val = detail::within::point_in_geometry(point, single, strategy); in apply()
|
| H A D | point_geometry.hpp | 43 int pig = detail::within::point_in_geometry(point, geometry, strategy); in apply()
|
| H A D | linear_areal.hpp | 110 int const pig = detail::within::point_in_geometry(range::front(linestring), in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | range_in_geometry.hpp | 94 return detail::within::point_in_geometry(point, geometry, 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 | buffered_ring.hpp | 235 return detail::within::point_in_geometry(point, multi, strategy) == 1; in apply()
|
| H A D | turn_in_piece_visitor.hpp | 784 geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply() 787 int geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply()
|
| H A D | buffered_piece_collection.hpp | 1288 = detail::within::point_in_geometry(any_point, in point_coveredby_original()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/ |
| H A D | implementation.hpp | 40 return detail::within::point_in_geometry(geometry1, geometry2, strategy) >= 0; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 288 return detail::within::point_in_geometry(point, geometry, strategy) == 0; in apply()
|