Home
last modified time | relevance | path

Searched refs:has_intersections (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/
H A Dpredicate_based_interrupt_policy.hpp35 bool has_intersections; // set to true if there is at least one member
39 : has_intersections(false) in stateless_predicate_based_interrupt_policy()
46 has_intersections = !detail::check_iterator_range in apply()
52 return has_intersections; in apply()
67 bool has_intersections; // set to true if there is at least one member
73 : has_intersections(false) in predicate_based_interrupt_policy()
81 has_intersections = !detail::check_iterator_range in apply()
87 return has_intersections; in apply()
H A Ddisjoint_interrupt_policy.hpp39 bool has_intersections; member
42 : has_intersections(false) in disjoint_interrupt_policy()
51 has_intersections = true; 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 Dself_turn_points.hpp52 static bool const has_intersections = false; member
168 return ! interrupt_policy.has_intersections; in apply()
H A Dget_turns.hpp94 static bool const has_intersections = false; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersects/
H A Dimplementation.hpp79 return policy.has_intersections; in apply()
/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.hpp95 if (interrupt_policy.has_intersections) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dlinear_linear.hpp156 return !interrupt_policy.has_intersections; 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_ring.hpp65 inline bool has_intersections() const in has_intersections() function
H A Dbuffered_piece_collection.hpp1326 if (! ring.has_intersections() in discard_nonintersecting_deflated_rings()
1387 if (! it->has_intersections()) in reverse()
1418 if (! it->has_intersections() in assign()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp232 return interrupt_policy.has_intersections; 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/touches/
H A Dimplementation.hpp132 static bool const has_intersections = false; member