Home
last modified time | relevance | path

Searched refs:return_normalized (Results 1 – 10 of 10) 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/disjoint/
H A Dpoint_point.hpp103 = return_normalized<helper_point_type1>(point1); in apply()
105 = return_normalized<helper_point_type2>(point2); in apply()
130 Point1 point1_normalized = return_normalized<Point1>(point1); in apply()
131 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
H A Dsegment_box.hpp94 geometry::detail::return_normalized<segment_point_type>(p0); in apply()
96 geometry::detail::return_normalized<segment_point_type>(p1); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Denvelope_segment.hpp40 Point1 p1_normalized = detail::return_normalized<Point1>(point1); in apply()
41 Point2 p2_normalized = detail::return_normalized<Point2>(point2); 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 Denvelope_segment.hpp51 Point1 p1_normalized = detail::return_normalized<Point1>(point1); in apply()
52 Point2 p2_normalized = detail::return_normalized<Point2>(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/envelope/
H A Dpoint.hpp76 Point normalized_point = detail::return_normalized<Point>(point); in apply()
H A Dbox.hpp126 BoxIn box_in_normalized = detail::return_normalized<BoxIn>(box_in); in apply()
H A Dmultipoint.hpp92 point_type point = detail::return_normalized<point_type>(*it); in analyze_point_coordinates()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/
H A Dpoint.hpp144 Point p_normalized = detail::return_normalized<Point>(point); 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 Dnormalize.hpp281 inline GeometryOut return_normalized(GeometryIn const& geometry_in) in return_normalized() function
/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 Dcollect_vectors.hpp182 origin = detail::return_normalized<point_type>(origin); in collected_vector()