| /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 D | get_turn_info_ll.hpp | 127 if ( tp.operations[0].operation == operation_blocked ) in apply() 131 if ( tp.operations[1].operation == operation_blocked ) in apply() 177 if ( tp.operations[0].operation == operation_blocked in apply() 178 && tp.operations[1].operation == operation_blocked ) in apply() 192 else if ( tp.operations[0].operation == operation_blocked ) in apply() 211 else if ( tp.operations[1].operation == operation_blocked ) in apply() 517 tp.operations[0].operation = operation_blocked; in append_collinear_spikes() 518 tp.operations[1].operation = operation_blocked; in append_collinear_spikes() 529 tp.operations[0].operation = operation_blocked; in append_collinear_spikes() 542 tp.operations[1].operation = operation_blocked; in append_collinear_spikes() [all …]
|
| H A D | get_turn_info_la.hpp | 131 if ( tp.operations[1].operation == operation_blocked ) in apply() 176 if ( tp.operations[1].operation == operation_blocked ) in apply() 188 if ( tp.operations[0].operation == operation_blocked ) in apply() 514 tp.operations[0].operation = operation_blocked; in append_collinear_spikes() 593 tp.operations[0].operation = operation_blocked; in append_opposite_spikes() 622 if ( op0 == operation_blocked && op1 == operation_blocked ) in replace_method_and_operations_tm() 629 if ( op0 == operation_blocked ) in replace_method_and_operations_tm() 634 if ( op1 == operation_blocked ) in replace_method_and_operations_tm() 674 turn.operations[0].is_collinear = op0 != operation_blocked; in operator ()() 677 if ( op0 == operation_blocked ) in operator ()() [all …]
|
| H A D | get_turn_info_for_endpoint.hpp | 203 return operation_blocked; in union_or_blocked_same_dirs() 207 return is_last ? operation_blocked : operation_union; in union_or_blocked_same_dirs() 216 return is_last ? operation_blocked : operation_union; in union_or_blocked_different_dirs() 355 … assign(pi, qi, inters.result(), ip_index, method, operation_blocked, q_operation, in analyse_segment_and_assign_ip() 366 … assign(pi, qi, inters.result(), ip_index, method, p_operation, operation_blocked, in analyse_segment_and_assign_ip() 497 if ( op1 != operation_blocked in handle_internal() 504 op1 = operation_blocked; in handle_internal() 586 if ( op0 == operation_blocked && op1 == operation_intersection ) in assign() 590 else if ( op0 == operation_intersection && op1 == operation_blocked ) in assign()
|
| H A D | get_turn_info.hpp | 235 ti.operations[index_q].operation = operation_blocked; in apply() 325 ti.operations[0].operation = operation_blocked; in apply() 328 ti.operations[1].operation = block_q ? operation_blocked in apply() 341 ti.operations[1].operation = operation_blocked; in apply() 363 ti.operations[1].operation = operation_blocked; in apply() 380 ? operation_blocked in apply() 406 ti.operations[0].operation = operation_blocked; in apply() 715 operation_type blocked = operation_blocked; in set_tp()
|
| H A D | turn_info.hpp | 131 return both(operation_blocked); in blocked() 139 return has(operation_blocked); in any_blocked()
|
| H A D | less_by_segment_ratio.hpp | 174 bool const left_both_xx = left_turn.both(operation_blocked); in operator ()() 175 bool const right_both_xx = right_turn.both(operation_blocked); in operator ()()
|
| H A D | overlay_type.hpp | 36 operation_blocked, enumerator
|
| H A D | debug_turn_info.hpp | 44 case operation_blocked : return 'x'; in operation_char()
|
| H A D | handle_colocations.hpp | 111 bool const left_both_xx = left_turn.both(operation_blocked); in operator ()() 112 bool const right_both_xx = right_turn.both(operation_blocked); in operator ()() 466 || turn.combination(operation_union, operation_blocked))) in discard_interior_exterior_turns() 529 if (turn.both(operation_union) || turn.combination(operation_union, operation_blocked)) in set_colocation()
|
| H A D | overlay.hpp | 128 || turn.both(operation_blocked) in get_ring_turn_info() 129 || turn.combination(opposite_operation, operation_blocked); in get_ring_turn_info()
|
| H A D | follow_linear_linear.hpp | 106 if ( operation.operation == operation_blocked ) in is_leaving() 147 if ( operation.operation == operation_blocked ) in is_isolated_point()
|
| H A D | follow.hpp | 49 || op.operation == operation_blocked in is_entering() 360 case operation_blocked : return 3; in operation_order()
|
| H A D | aggregate_operations.hpp | 215 || (op.operation == operation_blocked && ranked_point.direction == dir_from))) in aggregate_operations()
|
| H A D | intersection_insert.hpp | 220 t.operations[Index].operation == overlay::operation_blocked; in has_op_i_or_b()
|
| /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 D | linear_linear.hpp | 229 || it->operations[0].operation == overlay::operation_blocked in apply() 231 || it->operations[1].operation == overlay::operation_blocked ) in apply() 286 && op != overlay::operation_blocked ) in apply() 309 m_previous_operation = overlay::operation_blocked; in apply() 340 else if ( m_exit_watcher.get_exit_operation() == overlay::operation_blocked ) in apply() 343 if ( op == overlay::operation_blocked ) in apply() 420 else if ( op == overlay::operation_union || op == overlay::operation_blocked ) in apply() 441 bool const op_blocked = op == overlay::operation_blocked; in apply()
|
| H A D | linear_areal.hpp | 593 || it->operations[0].operation == overlay::operation_blocked ) in apply() 649 && op != overlay::operation_blocked in apply() 702 else if ( m_exit_watcher.get_exit_operation() == overlay::operation_blocked ) in apply() 705 if ( op == overlay::operation_blocked in apply() 729 if ( ( m_previous_operation == overlay::operation_blocked in apply() 730 && ( op != overlay::operation_blocked // operation different than block in apply() 914 else if ( op == overlay::operation_union || op == overlay::operation_blocked ) in apply() 916 bool const op_blocked = op == overlay::operation_blocked; in apply()
|
| H A D | areal_areal.hpp | 413 else if ( op == overlay::operation_blocked ) in per_turn() 454 && op != overlay::operation_blocked in apply() 525 else if ( op == overlay::operation_blocked ) in apply()
|
| H A D | turns.hpp | 147 case detail::overlay::operation_blocked : return B; in operator ()()
|
| /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 D | implementation.hpp | 196 || turn.both(overlay::operation_blocked) in ok_for_touch() 197 || turn.combination(overlay::operation_union, overlay::operation_blocked) in ok_for_touch()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/ |
| H A D | compare_turns.hpp | 50 case detail::overlay::operation_blocked : return B; in order_op()
|