Searched refs:top_y (Results 1 – 6 of 6) sorted by relevance
38 void process_hot_pixel_intersections(T top_y, in process_hot_pixel_intersections() argument44 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() argument62 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 …]
58 void process_edges_at_top_of_scanbeam(T top_y, in process_edges_at_top_of_scanbeam() argument76 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()
333 void update_current_x(active_bound_list<T>& active_bounds, T top_y) { in update_current_x() argument337 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() argument351 update_current_x(active_bounds, top_y); in process_intersections()
385 void insert_horizontal_local_minima_into_ABL(T const top_y, in insert_horizontal_local_minima_into_ABL() argument394 while (current_lm != minima_sorted.end() && top_y == (*current_lm)->y && in insert_horizontal_local_minima_into_ABL()
175 unsigned int top_y; member656 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()
... 107+ -- declare --begin 108 if top_y /= 0 and top_x /= 0 then 109 ...