Home
last modified time | relevance | path

Searched refs:add_rings (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/algorithms/detail/overlay/
H A Dadd_rings.hpp74 inline OutputIterator add_rings(SelectionMap const& map, in add_rings() function
144 inline OutputIterator add_rings(SelectionMap const& map, in add_rings() function
150 return add_rings<GeometryOut>(map, geometry, empty, collection, out); in add_rings()
H A Doverlay.hpp237 return add_rings<GeometryOut>(all_of_one_of_them, geometry1, geometry2, rings, out); in return_if_one_input_is_empty()
384 return add_rings<GeometryOut>(selected_ring_properties, geometry1, geometry2, rings, out); 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 Dbuffered_piece_collection.hpp1446 …return detail::overlay::add_rings<GeometryOutput>(selected, offsetted_rings, traversed_rings, out); in assign()