Home
last modified time | relevance | path

Searched refs:selected_ring_properties (Results 1 – 2 of 2) 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 Dselect_rings.hpp249 RingPropertyMap& selected_ring_properties, in update_ring_selection() argument
252 selected_ring_properties.clear(); in update_ring_selection()
296 selected_ring_properties[id] = properties; in update_ring_selection()
316 RingPropertyMap& selected_ring_properties, in select_rings() argument
333 all_ring_properties, selected_ring_properties, in select_rings()
347 RingPropertyMap& selected_ring_properties, in select_rings() argument
359 all_ring_properties, selected_ring_properties, in select_rings()
H A Doverlay.hpp362 std::map<ring_identifier, properties> selected_ring_properties; in apply() local
364 selected_ring_properties, strategy); in apply()
376 selected_ring_properties[id] = properties(*it, area_strategy); in apply()
377 selected_ring_properties[id].reversed = ReverseOut; in apply()
382 assign_parents(geometry1, geometry2, rings, selected_ring_properties, strategy); in apply()
384 return add_rings<GeometryOut>(selected_ring_properties, geometry1, geometry2, rings, out); in apply()