Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dintersects.cpp29 inline void make_polygon(MultiPolygon& mp, int count_x, int count_y, int index, int width_x) in make_polygon() argument
38 mp.back().outer().push_back(point_type(width_x + j * 10 + 1, k * 10 + 1)); in make_polygon()
39 mp.back().outer().push_back(point_type(width_x + j * 10 + width_x, k * 10 + 5 + index)); in make_polygon()
40 mp.back().outer().push_back(point_type(width_x + j * 10 + 5 + index, k * 10 + 7)); in make_polygon()
41 mp.back().outer().push_back(point_type(width_x + j * 10 + 1, k * 10 + 1)); in make_polygon()
49 void test_intersects(int count_x, int count_y, int width_x, p_q_settings const& settings) in test_intersects() argument
53 make_polygon(mp, count_x, count_y, 0, width_x); in test_intersects()
80 void test_all(int count, int count_x, int count_y, int width_x, p_q_settings const& settings) in test_all() argument
96 test_intersects<multi_polygon>(count_x, count_y, width_x, settings); in test_all()
111 int width_x = 7; in main() local
[all …]