Home
last modified time | relevance | path

Searched refs:for_each_coordinate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp144 for_each_coordinate(p, in add_value()
168 for_each_coordinate(p1, detail::point_operation<Point2, std::plus>(p2)); in add_point()
184 for_each_coordinate(p, in subtract_value()
208 for_each_coordinate(p1, detail::point_operation<Point2, std::minus>(p2)); in subtract_point()
224 for_each_coordinate(p, in multiply_value()
249 for_each_coordinate(p1, detail::point_operation<Point2, std::multiplies>(p2)); in multiply_point()
265 for_each_coordinate(p, in divide_value()
289 for_each_coordinate(p1, detail::point_operation<Point2, std::divides>(p2)); in divide_point()
305 for_each_coordinate(p, in assign_value()
328 for_each_coordinate(p1, detail::point_assignment<Point2>(p2)); in assign_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dfor_each_coordinate.hpp67 inline void for_each_coordinate(Point& point, Op operation) in for_each_coordinate() function
80 inline Op for_each_coordinate(Point const& point, Op operation) in for_each_coordinate() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dcentroid_weighted_length.hpp109 geometry::for_each_coordinate(centroid, set_sum_div_length(state)); in result()