Searched refs:range_out (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_join_round_by_divide.hpp | 48 RangeOut& range_out, in mid_points() argument 75 mid_points<PromotedType>(vertex, p1, mid_point, buffer_distance, range_out, level + 1); in mid_points() 77 range_out.push_back(mid_point); in mid_points() 80 mid_points<PromotedType>(vertex, mid_point, p2, buffer_distance, range_out, level + 1); in mid_points() 88 RangeOut& range_out) const in apply() 121 range_out.push_back(perp1); in apply() 125 mid_points<promoted_type>(vertex, perp1, bp, bd, range_out); in apply() 126 range_out.push_back(bp); in apply() 127 mid_points<promoted_type>(vertex, bp, perp2, bd, range_out); in apply() 131 range_out.push_back(bp); in apply() [all …]
|
| H A D | buffer_end_flat.hpp | 62 RangeOut& range_out) const in apply() 80 range_out.push_back(perp_right_point); in apply() 81 range_out.push_back(perp_left_point); in apply() 85 range_out.push_back(perp_left_point); in apply() 86 range_out.push_back(perp_right_point); in apply()
|
| H A D | buffer_end_round.hpp | 68 RangeOut& range_out) const in generate_points() 85 range_out.push_back(p); in generate_points() 117 RangeOut& range_out) const in apply() 133 generate_points(ultimate_point, alpha, dist_left, range_out); in apply() 148 generate_points(shifted_point, alpha, (dist_left + dist_right) / two, range_out); in apply() 155 range_out.push_back(perp_right_point); in apply()
|
| H A D | buffer_join_round.hpp | 77 RangeOut& range_out) const in generate_points() 115 range_out.push_back(p); in generate_points() 128 RangeOut& range_out) const in apply() 164 range_out.push_back(perp1); in apply() 165 generate_points<promoted_type>(vertex, perp1, perp2, bd, range_out); in apply() 166 range_out.push_back(perp2); in apply()
|
| H A D | buffer_join_miter.hpp | 68 RangeOut& range_out) const in apply() 109 range_out.push_back(perp1); in apply() 110 range_out.push_back(p); in apply() 111 range_out.push_back(perp2); 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 D | buffer_inserter.hpp | 167 std::vector<output_point_type> range_out; in add_join() local 168 range_out.push_back(prev_perp2); in add_join() 169 range_out.push_back(previous_input); in add_join() 170 … collection.add_piece(geometry::strategy::buffer::buffered_concave, previous_input, range_out); in add_join() 172 range_out.clear(); in add_join() 173 range_out.push_back(previous_input); in add_join() 174 range_out.push_back(perp1); in add_join() 175 … collection.add_piece(geometry::strategy::buffer::buffered_concave, previous_input, range_out); in add_join() 182 std::vector<output_point_type> range_out; in add_join() local 183 …nd_strategy.apply(penultimate_input, prev_perp2, previous_input, perp1, side, distance, range_out); in add_join() [all …]
|
| /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 | copy_segments.hpp | 368 RangeOut& range_out) in copy_segments() argument 376 >::apply(geometry, seg_id, to_index, strategy, robust_policy, range_out); in copy_segments()
|