Home
last modified time | relevance | path

Searched refs:ring_properties (Results 1 – 4 of 4) 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.hpp64 ring_identifier const& id, RingPropertyMap& ring_properties, in apply()
67 ring_properties[id] = typename RingPropertyMap::mapped_type(box, strategy); in apply()
72 ring_identifier const& id, RingPropertyMap& ring_properties, in apply()
75 ring_properties[id] = typename RingPropertyMap::mapped_type(box, strategy); in apply()
84 ring_identifier const& id, RingPropertyMap& ring_properties, in apply()
89 ring_properties[id] = typename RingPropertyMap::mapped_type(ring, strategy); in apply()
95 ring_identifier const& id, RingPropertyMap& ring_properties, in apply()
100 ring_properties[id] = typename RingPropertyMap::mapped_type(ring, strategy); in apply()
111 ring_identifier id, RingPropertyMap& ring_properties, in apply()
117 per_ring::apply(exterior_ring(polygon), geometry, id, ring_properties, strategy); in apply()
[all …]
H A Dring_properties.hpp31 struct ring_properties struct
51 inline ring_properties() in ring_properties() function
60 inline ring_properties(RingOrBox const& ring_or_box, AreaStrategy const& strategy) in ring_properties() argument
H A Doverlay.hpp202 typedef ring_properties in return_if_one_input_is_empty()
355 typedef ring_properties 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.hpp1405 typedef detail::overlay::ring_properties<point_type, area_result_type> properties; in assign()