Home
last modified time | relevance | path

Searched refs:map_input_output (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg_per_turn.hpp87 void map_input_output(Geometry const& geometry, in map_input_output() function in mapper_visitor
90 m_buffer_mapper.map_input_output(m_mapper, geometry, buffered, negative); in map_input_output()
152 void map_input_output(Geometry const& geometry, in map_input_output() function in per_turn_visitor
158 it->map_input_output(geometry, buffered, negative); in map_input_output()
Dtest_buffer.hpp263 buffer_mapper.map_input_output(mapper, geometry, buffered, distance_strategy.negative()); in test_buffer()
369 ptv.map_input_output(geometry, buffered, distance_strategy.negative()); in test_buffer()
Dtest_buffer_svg.hpp342 void map_input_output(Mapper& mapper, Geometry const& geometry, in map_input_output() function in buffer_svg_mapper