Home
last modified time | relevance | path

Searched refs:hp_itr (Results 1 – 1 of 1) 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_horizontal.hpp33 auto hp_itr = rings.current_hp_itr; in process_horizontal_left_to_right() local
34 while (hp_itr != rings.hot_pixels.end() && in process_horizontal_left_to_right()
35 (hp_itr->y > scanline_y || in process_horizontal_left_to_right()
36 (hp_itr->y == scanline_y && hp_itr->x < (*horz_bound)->current_edge->bot.x))) { in process_horizontal_left_to_right()
37 ++hp_itr; in process_horizontal_left_to_right()
50 while (hp_itr != rings.hot_pixels.end() && hp_itr->y == scanline_y && in process_horizontal_left_to_right()
51 hp_itr->x < wround<T>((*bnd)->current_x) && in process_horizontal_left_to_right()
52 hp_itr->x < (*horz_bound)->current_edge->top.x) { in process_horizontal_left_to_right()
54 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_left_to_right()
56 ++hp_itr; in process_horizontal_left_to_right()
[all …]