Home
last modified time | relevance | path

Searched refs:get_rescale_policy (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dget_rescale_policy.hpp49 namespace detail { namespace get_rescale_policy namespace
181 struct get_rescale_policy struct
228 struct get_rescale_policy<no_rescale_policy> struct
249 : public detail::get_rescale_policy::rescale_policy_type
304 : public detail::get_rescale_policy::rescale_policy_type
326 inline Policy get_rescale_policy(Geometry const& geometry) in get_rescale_policy() function
328 return detail::get_rescale_policy::get_rescale_policy<Policy>::apply(geometry); in get_rescale_policy()
332 inline Policy get_rescale_policy(Geometry1 const& geometry1, Geometry2 const& geometry2) in get_rescale_policy() function
334 return detail::get_rescale_policy::get_rescale_policy<Policy>::apply(geometry1, geometry2); in get_rescale_policy()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_valid_self_turns.hpp82 = geometry::get_rescale_policy<rescale_policy_type>(geometry); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dunion.hpp226 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, geometry2); in union_insert()
322 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, in apply()
H A Dbuffer.hpp287 = boost::geometry::get_rescale_policy<rescale_policy_type>(box); in buffer()
H A Ddifference.hpp195 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, in apply()
H A Dsym_difference.hpp369 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dhas_self_intersections.hpp149 = geometry::get_rescale_policy<rescale_policy_type>(geometry); in has_self_intersections()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/
H A Dinterface.hpp182 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dturns.hpp93 RobustPolicy robust_policy = geometry::get_rescale_policy in apply()
/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 Dintersection_insert.hpp1031 = geometry::get_rescale_policy<rescale_policy_type>(geometry1, geometry2); in intersection_insert()