Home
last modified time | relevance | path

Searched refs:is_empty2 (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/policies/robustness/
H A Dget_rescale_policy.hpp119 bool const is_empty2 = geometry::is_empty(geometry2); in init_rescale_policy() local
120 if (is_empty1 && is_empty2) in init_rescale_policy()
130 else if (is_empty2) in init_rescale_policy()
/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 Doverlay.hpp259 bool const is_empty2 = geometry::is_empty(geometry2); in apply() local
261 if (is_empty1 && is_empty2) in apply()
266 if (is_empty1 || is_empty2) in apply()