Home
last modified time | relevance | path

Searched refs:hot_pixel_rev_itr (Results 1 – 3 of 3) 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 Dring_util.hpp205 hot_pixel_rev_itr<T>& itr, in hot_pixel_set_right_to_left()
206 hot_pixel_rev_itr<T>& end, in hot_pixel_set_right_to_left()
271 auto last_itr = hot_pixel_rev_itr<T>(itr); in insert_hot_pixels_in_path()
275 auto first_itr = hot_pixel_rev_itr<T>(itr); in insert_hot_pixels_in_path()
H A Dprocess_horizontal.hpp149 auto hp_itr = hot_pixel_rev_itr<T>(hp_itr_fwd); in process_horizontal_right_to_left()
H A Dring.hpp154 using hot_pixel_rev_itr = typename hot_pixel_vector<T>::reverse_iterator; typedef