Home
last modified time | relevance | path

Searched refs:segment_index (Results 1 – 17 of 17) 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 Dsegment_identifier.hpp40 , segment_index(-1) in segment_identifier()
51 , segment_index(seg) in segment_identifier()
60 : segment_index < other.segment_index in operator <()
67 && segment_index == other.segment_index in operator ==()
78 << ", v:" << seg_id.segment_index // v:vertex because s is used for source in operator <<()
89 signed_size_type segment_index; member
H A Dsort_by_side.hpp291 if (op.seg_id.segment_index >= departure_seg_id.segment_index) in calculate_segment_distance()
293 return op.seg_id.segment_index - departure_seg_id.segment_index; in calculate_segment_distance()
303 return ((segment_count - 1) - departure_seg_id.segment_index) + op.seg_id.segment_index; in calculate_segment_distance()
H A Dcopy_segments.hpp96 signed_size_type const from_index = seg_id.segment_index + 1; in apply()
163 signed_size_type const from_index = seg_id.segment_index + 1; in apply()
237 signed_size_type index = seg_id.segment_index + 1; in apply()
H A Dfollow_linear_linear.hpp214 op_it->seg_id.segment_index, in process_turn()
229 op_it->seg_id.segment_index, in process_turn()
240 op_it->seg_id.segment_index, in process_turn()
H A Dfollow.hpp65 return geometry::covered_by(range::at(linestring, op.seg_id.segment_index), polygon, strategy); in last_covered_by()
466 iit->seg_id.segment_index, it->point, *iit, in apply()
476 iit->seg_id.segment_index, it->point, *iit, in apply()
H A Denrich_intersection_points.hpp135 = next->subject->seg_id.segment_index; in enrich_assign()
137 if (op.seg_id.segment_index == next_op.seg_id.segment_index in enrich_assign()
H A Dcopy_segment_point.hpp64 boost::begin(view) + seg_id.segment_index, true); in apply()
109 signed_size_type index = seg_id.segment_index; in apply()
H A Dtraversal.hpp700 && start_op.seg_id.segment_index == to_vertex_index; in change_index_for_self_turn()
707 << " start=" << start_op.seg_id.segment_index in change_index_for_self_turn()
/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 Dcompare_turns.hpp77 if ( left_other_seg_id.segment_index != right_other_seg_id.segment_index ) in use_other_id()
79 return IdLess()(left_other_seg_id.segment_index, in use_other_id()
80 right_other_seg_id.segment_index); in use_other_id()
/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 Dget_piece_turns.hpp173 signed_size_type const piece1_first_index = piece1.first_seg_id.segment_index; in calculate_turns()
174 signed_size_type const piece2_first_index = piece2.first_seg_id.segment_index; in calculate_turns()
221 the_model.operations[0].seg_id.segment_index = index1; // override in calculate_turns()
226 prev1 = it1++, the_model.operations[0].seg_id.segment_index++) in calculate_turns()
230 the_model.operations[1].seg_id.segment_index = index2; // override in calculate_turns()
237 prev2 = it2++, the_model.operations[1].seg_id.segment_index++) in calculate_turns()
H A Dbuffered_piece_collection.hpp627 signed_size_type piece_segment_index = pc.first_seg_id.segment_index; in insert_rescaled_piece_turns()
641 … signed_size_type const index_in_vector = 1 + rit->seg_id.segment_index - piece_segment_index; in insert_rescaled_piece_turns()
836 current_segment_id.segment_index = 0; in start_new_ring()
891 && current_segment_id.segment_index in update_last_point()
892 == m_pieces.back().first_seg_id.segment_index) in update_last_point()
958 current_segment_id.segment_index++; in add_point()
987 pc.first_seg_id.segment_index = decrease_segment_index_by_one ? n - 1 : n; in create_piece()
988 pc.last_segment_index = pc.first_seg_id.segment_index; in create_piece()
996 if (pc.first_seg_id.segment_index < 0) in init_rescale_piece()
1008 pc.offsetted_count = pc.last_segment_index - pc.first_seg_id.segment_index; in init_rescale_piece()
[all …]
/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.hpp69 (turn.operations[0].seg_id.segment_index == 0 in check_segment_indices()
70 && turn.operations[1].seg_id.segment_index == last_index) in check_segment_indices()
72 (turn.operations[0].seg_id.segment_index == 0 in check_segment_indices()
73 && turn.operations[1].seg_id.segment_index == last_index); in check_segment_indices()
/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 Ddebug_print_turns.hpp46 << turn.operations[0].seg_id.segment_index in debug_print_turn()
48 << turn.operations[1].seg_id.segment_index in debug_print_turn()
/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 Dfollow_helpers.hpp348 if ( prev_seg_id.segment_index != curr_seg_id.segment_index in turn_on_the_same_ip()
350 || prev_seg_id.segment_index + 1 != curr_seg_id.segment_index ) ) in turn_on_the_same_ip()
H A Dlinear_areal.hpp1193 …std::size_t const p_seg_ij = static_cast<std::size_t>(turn.operations[op_id].seg_id.segment_index); in calculate_from_inside()
1194 …ize_t const q_seg_ij = static_cast<std::size_t>(turn.operations[other_op_id].seg_id.segment_index); in calculate_from_inside()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/
H A Dfailing_reason_policy.hpp146 << ", " << seg_id.segment_index in apply_to_segment_identifier()
/OK3568_Linux_fs/kernel/drivers/visorbus/
H A Dcontrolvmchannel.h220 u32 segment_index; member