Home
last modified time | relevance | path

Searched refs:point2_type (Results 1 – 11 of 11) 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 Dmulti_point.hpp74 typedef typename boost::range_value<MultiPoint2>::type point2_type; in apply() typedef
78 std::vector<point2_type> points2(boost::begin(multi_point2), boost::end(multi_point2)); in apply()
117 typedef typename point_type<LinearOrAreal>::type point2_type; in apply() typedef
118 typedef model::box<point2_type> box2_type; in apply()
168 typedef typename point_type<LinearOrAreal>::type point2_type; in apply() typedef
169 typedef model::box<point2_type> box2_type; in apply()
/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 Dmulti_point_geometry.hpp166 typedef typename point_type<SingleGeometry>::type point2_type; in apply() typedef
167 typedef model::box<point2_type> box2_type; in apply()
345 typedef typename point_type<MultiGeometry>::type point2_type; typedef in boost::geometry::detail::relate::multi_point_multi_geometry_ii_ib
347 typedef model::box<point2_type> box2_type;
379 typedef typename point_type<MultiGeometry>::type point2_type; typedef
381 typedef model::box<point2_type> box2_type;
460 typedef typename point_type<MultiGeometry>::type point2_type; in apply() typedef
461 typedef model::box<point2_type> box2_type; in apply()
H A Dlinear_areal.hpp211 typedef typename geometry::point_type<Geometry2>::type point2_type; typedef
1200 point2_type const& qi = range::at(range2, q_seg_ij); in calculate_from_inside()
1201 point2_type const& qj = range::at(range2, q_seg_ij + 1); in calculate_from_inside()
1221 overlay::side_calculator<cs_tag, point1_type, point2_type, SideStrategy> in calculate_from_inside()
1228 point2_type new_qj; in calculate_from_inside()
1231 overlay::side_calculator<cs_tag, point1_type, point2_type, SideStrategy> in calculate_from_inside()
H A Dlinear_linear.hpp120 typedef typename geometry::point_type<Geometry2>::type point2_type; typedef
H A Dareal_areal.hpp210 typedef typename geometry::point_type<Geometry2>::type point2_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dintersection_strategies.hpp59 typedef typename geometry::point_type<Geometry2>::type point2_type; typedef
61 typedef typename model::referring_segment<point2_type const> segment2_type;
/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 Dget_turn_info_helpers.hpp107 typedef Point2 point2_type; typedef in boost::geometry::detail::overlay::intersection_info_base
153 point2_type const& m_qi;
154 point2_type const& m_qj;
155 point2_type const& m_qk;
163 typedef Point2 point2_type; typedef in boost::geometry::detail::overlay::intersection_info_base
H A Dselect_rings.hpp322 typedef typename geometry::point_type<Geometry2>::type point2_type; in select_rings() typedef
330 strategy.template get_area_strategy<point2_type>()); in select_rings()
H A Dget_turns.hpp322 typedef typename geometry::point_type<Geometry2>::type point2_type; typedef in boost::geometry::detail::get_turns::get_turns_in_sections
324 typedef typename model::referring_segment<point2_type const> segment2_type;
/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 Dmultipoint_geometry.hpp261 typedef typename point_type<SingleGeometry>::type point2_type; in apply() typedef
262 typedef model::box<point2_type> box2_type; in apply()
373 typedef typename point_type<MultiGeometry>::type point2_type; in apply() typedef
375 typedef model::box<point2_type> box2_type; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dtransform.hpp160 typedef typename point_type<Polygon2>::type point2_type; in apply() typedef
164 if (!transform_range_out<point2_type>(geometry::exterior_ring(poly1), in apply()
191 if ( ! transform_range_out<point2_type>(*it1, in apply()