Home
last modified time | relevance | path

Searched refs:top_y (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 Dsnap_rounding.hpp38 void process_hot_pixel_intersections(T top_y, in process_hot_pixel_intersections() argument
44 update_current_x(active_bounds, top_y); in process_hot_pixel_intersections()
50 bool horizontals_at_top_scanbeam(T top_y, in horizontals_at_top_scanbeam() argument
62 if (*bnd_next != nullptr && (*bnd_next)->current_edge->top.y != top_y && in horizontals_at_top_scanbeam()
63 (*bnd_next)->current_edge->bot.y != top_y) { in horizontals_at_top_scanbeam()
64 mapbox::geometry::point<T> pt(wround<T>((*bnd_next)->current_x), top_y); in horizontals_at_top_scanbeam()
78 if (*bnd_prev != nullptr && (*bnd_prev)->current_edge->top.y != top_y && in horizontals_at_top_scanbeam()
79 (*bnd_prev)->current_edge->bot.y != top_y) { in horizontals_at_top_scanbeam()
80 mapbox::geometry::point<T> pt(wround<T>((*bnd_prev)->current_x), top_y); in horizontals_at_top_scanbeam()
95 void process_hot_pixel_edges_at_top_of_scanbeam(T top_y, in process_hot_pixel_edges_at_top_of_scanbeam() argument
[all …]
H A Dprocess_maxima.hpp58 void process_edges_at_top_of_scanbeam(T top_y, in process_edges_at_top_of_scanbeam() argument
76 bool is_maxima_edge = is_maxima(bnd, top_y); in process_edges_at_top_of_scanbeam()
82 is_maxima(bnd_max_pair, top_y)); in process_edges_at_top_of_scanbeam()
91 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
100 (*bnd)->current_x = get_current_x(*((*bnd)->current_edge), top_y); in process_edges_at_top_of_scanbeam()
107 insert_horizontal_local_minima_into_ABL(top_y, minima_sorted, current_lm, active_bounds, 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()
117 if (is_intermediate(bnd, top_y)) { in process_edges_at_top_of_scanbeam()
H A Dintersect_util.hpp333 void update_current_x(active_bound_list<T>& active_bounds, T top_y) { in update_current_x() argument
337 bnd->current_x = get_current_x(*bnd->current_edge, top_y); in update_current_x()
342 void process_intersections(T top_y, in process_intersections() argument
351 update_current_x(active_bounds, top_y); in process_intersections()
H A Dactive_bound_list.hpp385 void insert_horizontal_local_minima_into_ABL(T const top_y, in insert_horizontal_local_minima_into_ABL() argument
394 while (current_lm != minima_sorted.end() && top_y == (*current_lm)->y && in insert_horizontal_local_minima_into_ABL()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c175 unsigned int top_y; member
656 height = (int)buf_desc->bottom_y - (int)buf_desc->top_y; in g2d_check_buf_desc_is_valid()
1095 buf_desc->top_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200118.patch.gz ... 107+ -- declare --begin 108 if top_y /= 0 and top_x /= 0 then 109 ...