Home
last modified time | relevance | path

Searched refs:equals_point_point (Results 1 – 24 of 24) 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 Dpoint_in_geometry.hpp142 if ( detail::equals::equals_point_point(point, p0) in apply()
143 || detail::equals::equals_point_point(point, p1) ) in apply()
164 … if (detail::equals::equals_point_point(range::front(linestring), range::back(linestring))) in apply()
167 else if (detail::equals::equals_point_point(point, range::front(linestring)) in apply()
168 || detail::equals::equals_point_point(point, range::back(linestring))) in apply()
307 if ( detail::equals::equals_point_point(front, back) ) in apply()
311 if ( detail::equals::equals_point_point(point, front) in apply()
312 || detail::equals::equals_point_point(point, back) ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp298 using geometry::detail::equals::equals_point_point; in apply()
299 bool a_is_point = equals_point_point(a1, a2); in apply()
300 bool b_is_point = equals_point_point(b1, b2); in apply()
304 return equals_point_point(a1, b2) in apply()
330 bool is_equal_a1_b1 = equals_point_point(a1, b1); in apply()
331 bool is_equal_a2_b1 = equals_point_point(a2, b1); in apply()
365 bool is_equal_a1_b2 = equals_point_point(a1, b2); in apply()
701 using geometry::detail::equals::equals_point_point; in calculate_ip_data()
702 if (equals_point_point(a1, b1)) in calculate_ip_data()
711 else if (equals_point_point(a1, b2)) in calculate_ip_data()
[all …]
/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 Dboundary_checker.hpp42 && !detail::equals::equals_point_point(range::front(g), range::back(g)) ) in boundary_checker()
53 && detail::equals::equals_point_point(pt, range::front(geometry)) in is_endpoint_boundary()
55 && detail::equals::equals_point_point(pt, range::back(geometry)) ); in is_endpoint_boundary()
113 if (! equals::equals_point_point(front_pt, back_pt)) in is_endpoint_boundary()
H A Dtopology_check.hpp102 && ! detail::equals::equals_point_point(range::front(m_ls), range::back(m_ls)); in init()
194 if (! equals::equals_point_point(front_pt, back_pt)) in init()
263 if ( ! equals::equals_point_point(*first, *prev) ) in for_each_boundary_point()
H A Dpoint_point.hpp43 bool equal = detail::equals::equals_point_point(point1, point2); in apply()
72 bool ii = detail::equals::equals_point_point(point, *it); in point_multipoint_check()
H A Dlinear_linear.hpp82 && equals::equals_point_point(range::front(linestring), in operator ()()
717 … && equals::equals_point_point(range::front(ls1_ref), range::back(ls1_ref)); in handle_degenerated()
719 … && equals::equals_point_point(range::front(ls2_ref), range::back(ls2_ref)); in handle_degenerated()
H A Dlinear_areal.hpp1204 bool const is_ip_qj = equals::equals_point_point(turn.point, qj); in calculate_from_inside()
1247 if ( !equals::equals_point_point(*current, *it) ) in find_next_non_duplicated()
1254 if ( !equals::equals_point_point(*current, *it) ) in find_next_non_duplicated()
1413 … if ( !detail::equals::equals_point_point(it->point, m_previous_turn_ptr->point) ) in apply()
H A Dfollow_helpers.hpp355 return detail::equals::equals_point_point(prev_turn.point, curr_turn.point); in turn_on_the_same_ip()
H A Dmulti_point_geometry.hpp76 return detail::equals::equals_point_point(pt, m_point); 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 Dget_turn_info_for_endpoint.hpp134 = equals::equals_point_point( in linear_intersections()
137 = equals::equals_point_point( in linear_intersections()
301 BOOST_GEOMETRY_ASSERT(ip_info.is_pi == equals::equals_point_point(pi, inters_pt)); in analyse_segment_and_assign_ip()
302 BOOST_GEOMETRY_ASSERT(ip_info.is_qi == equals::equals_point_point(qi, inters_pt)); in analyse_segment_and_assign_ip()
303 BOOST_GEOMETRY_ASSERT(ip_info.is_pj == equals::equals_point_point(pj, inters_pt)); in analyse_segment_and_assign_ip()
304 BOOST_GEOMETRY_ASSERT(ip_info.is_qj == equals::equals_point_point(qj, inters_pt)); in analyse_segment_and_assign_ip()
418 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
419 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
472 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
473 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
H A Dappend_no_dups_or_spikes.hpp41 if (detail::equals::equals_point_point(point1, point2)) in points_equal_or_close()
62 return detail::equals::equals_point_point(point1_rob, point2_rob); in points_equal_or_close()
H A Dpointlike_pointlike.hpp155 detail::equals::equals_point_point(point1, point2), in apply()
195 detail::equals::equals_point_point(*it, point), in apply()
227 if ( detail::equals::equals_point_point(*it, point) ) in apply()
H A Dget_turn_info_ll.hpp447 && equals::equals_point_point(pi, tp.point) ) in apply()
452 && equals::equals_point_point(pj, tp.point) ) in apply()
457 && equals::equals_point_point(qi, tp.point) ) in apply()
462 && equals::equals_point_point(qj, tp.point) ) in apply()
H A Dappend_no_duplicates.hpp33 || ! geometry::detail::equals::equals_point_point(*(boost::end(range)-1), point)) in append_no_duplicates()
H A Dget_turn_info_la.hpp388 && equals::equals_point_point(pi, tp.point) ) in apply()
393 && equals::equals_point_point(pj, tp.point) ) in apply()
444 && equals::equals_point_point(inters.rpj(), inters.rqj()) ) in calculate_spike_operation()
456 && equals::equals_point_point(inters.rpj(), inters.rqj()) ) in calculate_spike_operation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp280 using geometry::detail::equals::equals_point_point; in apply()
281 bool a_is_point = equals_point_point(a1, a2); in apply()
282 bool b_is_point = equals_point_point(b1, b2); in apply()
286 return equals_point_point(a1, b2) in apply()
384 return equals_point_point(a1, b2) in apply()
673 using geometry::detail::equals::equals_point_point; in calculate_ip_data()
676 if (is_near_b1 && equals_point_point(a1, b1)) in calculate_ip_data()
685 if (is_near_b2 && equals_point_point(a1, b2)) in calculate_ip_data()
697 if (is_near_b1 && equals_point_point(a2, b1)) in calculate_ip_data()
706 if (is_near_b2 && equals_point_point(a2, b2)) in calculate_ip_data()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_convex.hpp70 while (equals::equals_point_point(*current, *previous) && index < n) in apply()
84 while (equals::equals_point_point(*current, *next)) in apply()
108 while (equals::equals_point_point(*current, *next)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_by_triangle.hpp168 if (geometry::detail::equals::equals_point_point(p1, p2) in apply()
169 || geometry::detail::equals::equals_point_point(p1, p) in apply()
170 || geometry::detail::equals::equals_point_point(p2, p)) in apply()
H A Dintersection.hpp278 using geometry::detail::equals::equals_point_point; in apply()
279 bool const a_is_point = equals_point_point(robust_a1, robust_a2); in apply()
280 bool const b_is_point = equals_point_point(robust_b1, robust_b2); in apply()
284 return equals_point_point(robust_a1, robust_b2) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp113 return equals::equals_point_point( in apply()
116 ? equals::equals_point_point( in apply()
119 : ( equals::equals_point_point( in apply()
122 && equals::equals_point_point( in apply()
H A Dpoint_point.hpp40 inline bool equals_point_point(Point1 const& point1, Point2 const& point2) in equals_point_point() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_point.hpp35 return detail::equals::equals_point_point(point1, point2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dpoint_on_border.hpp107 && detail::equals::equals_point_point(*it, *prev)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dread.hpp298 || !detail::equals::equals_point_point(point, first_point); in append()