Home
last modified time | relevance | path

Searched refs:cliptype (Results 1 – 6 of 6) 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 Dprocess_maxima.hpp22 clip_type cliptype, in do_maxima() argument
36 intersect_bounds(*(*bnd), *(*bnd_next), (*bnd)->current_edge->top, cliptype, in do_maxima()
64 clip_type cliptype, in process_edges_at_top_of_scanbeam() argument
84 bnd = do_maxima(bnd, bnd_max_pair, cliptype, subject_fill_type, clip_fill_type, in process_edges_at_top_of_scanbeam()
108 manager, scanbeam, cliptype, subject_fill_type, in process_edges_at_top_of_scanbeam()
111 process_horizontals(top_y, active_bounds, manager, scanbeam, cliptype, subject_fill_type, in process_edges_at_top_of_scanbeam()
H A Dprocess_horizontal.hpp22 clip_type cliptype, in process_horizontal_left_to_right() argument
95 cliptype, subject_fill_type, clip_fill_type, rings, active_bounds); in process_horizontal_left_to_right()
131 clip_type cliptype, in process_horizontal_right_to_left() argument
202 cliptype, subject_fill_type, clip_fill_type, rings, active_bounds); in process_horizontal_right_to_left()
233 clip_type cliptype, in process_horizontal() argument
238 scanbeam, cliptype, subject_fill_type, in process_horizontal()
242 scanbeam, cliptype, subject_fill_type, in process_horizontal()
252 clip_type cliptype, in process_horizontals() argument
258 cliptype, subject_fill_type, clip_fill_type); in process_horizontals()
H A Dvatti.hpp24 clip_type cliptype, in execute_vatti() argument
45 process_intersections(scanline_y, active_bounds, cliptype, subject_fill_type, in execute_vatti()
54 current_lm, manager, cliptype, subject_fill_type, in execute_vatti()
61 scanbeam, cliptype, subject_fill_type, clip_fill_type); in execute_vatti()
H A Dactive_bound_list.hpp247 clip_type cliptype, in is_contributing() argument
277 switch (cliptype) { in is_contributing()
341 clip_type cliptype, in insert_lm_left_and_right_bound() argument
351 if (is_contributing(left_bound, cliptype, subject_fill_type, clip_fill_type)) { in insert_lm_left_and_right_bound()
371 clip_type cliptype, in insert_local_minima_into_ABL() argument
379 cliptype, subject_fill_type, clip_fill_type); in insert_local_minima_into_ABL()
391 clip_type cliptype, in insert_horizontal_local_minima_into_ABL() argument
400 cliptype, subject_fill_type, clip_fill_type); in insert_horizontal_local_minima_into_ABL()
H A Dintersect_util.hpp116 clip_type cliptype, in intersect_bounds() argument
197 (b1.poly_type != b2.poly_type && cliptype != clip_type_x_or)) { in intersect_bounds()
251 switch (cliptype) { in intersect_bounds()
298 clip_type cliptype, in process_intersect_list() argument
326 intersect_bounds(*(node_itr->bound1), *(node_itr->bound2), pt, cliptype, subject_fill_type, in process_intersect_list()
344 clip_type cliptype, in process_intersections() argument
367 process_intersect_list(intersects, cliptype, subject_fill_type, clip_fill_type, rings, in process_intersections()
H A Dwagyu.hpp117 bool execute(clip_type cliptype, in execute() argument
130 execute_vatti(minima_list, manager, cliptype, subject_fill_type, clip_fill_type); in execute()