Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dintersect_util.hpp126 if (b1.poly_type == b2.poly_type) { in intersect_bounds()
155 if (b1.poly_type == polygon_type_subject) { in intersect_bounds()
162 if (b2.poly_type == polygon_type_subject) { in intersect_bounds()
197 (b1.poly_type != b2.poly_type && cliptype != clip_type_x_or)) { in intersect_bounds()
248 if (b1.poly_type != b2.poly_type) { in intersect_bounds()
264 if (((b1.poly_type == polygon_type_clip) && (b1Wc2 > 0) && (b2Wc2 > 0)) || in intersect_bounds()
265 ((b1.poly_type == polygon_type_subject) && (b1Wc2 <= 0) && (b2Wc2 <= 0))) { in intersect_bounds()
H A Dbound.hpp33 polygon_type poly_type; member
48 poly_type(polygon_type_subject),
64 poly_type(std::move(b.poly_type)), in bound()
H A Dactive_bound_list.hpp67 if (bound.poly_type == polygon_type_subject) { in is_even_odd_fill_type()
78 if (bound.poly_type == polygon_type_subject) { in is_even_odd_alt_fill_type()
184 (*rev_bnd_itr)->poly_type != (*bnd_itr)->poly_type) { in set_winding_count()
252 if (bnd.poly_type != polygon_type_subject) { in is_contributing()
303 if (bnd.poly_type == polygon_type_subject) { in is_contributing()
H A Dlocal_minimum_util.hpp206 polygon_type poly_type) { in add_ring_to_local_minima_list() argument
266 to_minimum.poly_type = poly_type; in add_ring_to_local_minima_list()
267 to_maximum.poly_type = poly_type; in add_ring_to_local_minima_list()