Home
last modified time | relevance | path

Searched refs:target_operation (Results 1 – 5 of 5) sorted by relevance

/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 Denrich_intersection_points.hpp312 static const detail::overlay::operation_type target_operation in enrich_intersection_points() local
315 = target_operation == detail::overlay::operation_union in enrich_intersection_points()
363 && ! turn.both(target_operation)) in enrich_intersection_points()
381 target_operation in enrich_intersection_points()
386 target_operation in enrich_intersection_points()
407 mit->second, turns, target_operation, in enrich_intersection_points()
433 >(clusters, turns, target_operation, in enrich_intersection_points()
H A Doverlay.hpp104 static const operation_type target_operation in get_ring_turn_info() local
107 = target_operation == operation_union ? operation_intersection : operation_union; in get_ring_turn_info()
117 bool const colocated_target = target_operation == operation_union in get_ring_turn_info()
119 bool const colocated_opp = target_operation == operation_union in get_ring_turn_info()
132 if (turn.cluster_id >= 0 && target_operation == operation_union) in get_ring_turn_info()
H A Daggregate_operations.hpp198 operation_type target_operation) in aggregate_operations() argument
212 if (! ((target_operation == operation_union && ranked_point.rank == 0) in aggregate_operations()
213 || op.operation == target_operation in aggregate_operations()
H A Dtraversal.hpp107 static const operation_type target_operation = operation_from_overlay<OverlayType>::value; member
109 typedef typename side_compare<target_operation>::type side_compare_type;
257 || turn.has(target_operation) in traverse_possible()
319 if (op.operation == target_operation in select_noncc_operation()
587 bool const is_union = target_operation == operation_union; in select_turn_from_cluster()
770 if (target_operation == operation_intersection) in select_turn()
H A Dtraversal_ring_creator.hpp63 static const operation_type target_operation member
265 || ! (start_op.operation == target_operation in traverse_with_operation()