Home
last modified time | relevance | path

Searched refs:is_empty1 (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.hpp118 bool const is_empty1 = geometry::is_empty(geometry1); in init_rescale_policy() local
120 if (is_empty1 && is_empty2) in init_rescale_policy()
126 if (is_empty1) 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.hpp258 bool const is_empty1 = geometry::is_empty(geometry1); in apply() local
261 if (is_empty1 && is_empty2) in apply()
266 if (is_empty1 || is_empty2) in apply()