Home
last modified time | relevance | path

Searched refs:hp_itr_fwd (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.hpp142 auto hp_itr_fwd = rings.current_hp_itr; in process_horizontal_right_to_left() local
144 hp_itr_fwd != rings.hot_pixels.end() && in process_horizontal_right_to_left()
145 (hp_itr_fwd->y < scanline_y || in process_horizontal_right_to_left()
146 (hp_itr_fwd->y == scanline_y && hp_itr_fwd->x < (*horz_bound_fwd)->current_edge->top.x))) { in process_horizontal_right_to_left()
147 ++hp_itr_fwd; in process_horizontal_right_to_left()
149 auto hp_itr = hot_pixel_rev_itr<T>(hp_itr_fwd); in process_horizontal_right_to_left()