Home
last modified time | relevance | path

Searched refs:hot_pixels (Results 1 – 5 of 5) 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.hpp34 while (hp_itr != rings.hot_pixels.end() && 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()
103 while (hp_itr != rings.hot_pixels.end() && hp_itr->y == scanline_y && in process_horizontal_left_to_right()
144 hp_itr_fwd != rings.hot_pixels.end() && in process_horizontal_right_to_left()
160 while (hp_itr != rings.hot_pixels.rend() && hp_itr->y == scanline_y && in process_horizontal_right_to_left()
209 while (hp_itr != rings.hot_pixels.rend() && hp_itr->y == scanline_y && in process_horizontal_right_to_left()
H A Dring_util.hpp238 std::sort(rings.hot_pixels.begin(), rings.hot_pixels.end(), hot_pixel_sorter<T>()); in sort_hot_pixels()
239 auto last = std::unique(rings.hot_pixels.begin(), rings.hot_pixels.end()); in sort_hot_pixels()
240 rings.hot_pixels.erase(last, rings.hot_pixels.end()); in sort_hot_pixels()
258 while (itr->y <= start_y && itr != rings.hot_pixels.begin()) { in insert_hot_pixels_in_path()
262 for (; itr != rings.hot_pixels.end();) { in insert_hot_pixels_in_path()
272 while (itr != rings.hot_pixels.end() && itr->y == y) { in insert_hot_pixels_in_path()
281 for (; itr != rings.hot_pixels.end();) { in insert_hot_pixels_in_path()
291 while (itr != rings.hot_pixels.end() && itr->y == y) { in insert_hot_pixels_in_path()
305 rings.hot_pixels.push_back(pt); in add_to_hot_pixels()
H A Dsnap_rounding.hpp179 manager.hot_pixels.reserve(reserve); in build_hot_pixels()
190 preallocate_point_memory(manager, manager.hot_pixels.size()); in build_hot_pixels()
H A Dvatti.hpp41 manager.current_hp_itr = manager.hot_pixels.begin(); in execute_vatti()
H A Dring.hpp161 hot_pixel_vector<T> hot_pixels; member
174 hot_pixels(), in ring_manager()
175 current_hp_itr(hot_pixels.end()), in ring_manager()