Home
last modified time | relevance | path

Searched refs:comparable_margin (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/index/detail/algorithms/
H A Dmargin.hpp125 struct comparable_margin struct
131 struct comparable_margin<Geometry, point_tag> struct
139 struct comparable_margin<Box, box_tag> struct
153 typename default_margin_result<Geometry>::type comparable_margin(Geometry const& g) in comparable_margin() function
155 return dispatch::comparable_margin< in comparable_margin()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp147 … sum_of_margins += index::detail::comparable_margin(box1) + index::detail::comparable_margin(box2); in apply()