Searched refs:is_horizontal (Results 1 – 8 of 8) sorted by relevance
34 bool prev_edge_is_horizontal = is_horizontal(*prev_edge); in start_list_on_local_maximum()40 edge_is_horizontal = is_horizontal(*edge); in start_list_on_local_maximum()64 if (is_horizontal(edges.front())) { in create_bound_towards_minimum()74 bool edge_is_horizontal = is_horizontal(*edge); in create_bound_towards_minimum()82 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_minimum()125 bool edge_is_horizontal = is_horizontal(*edge); in create_bound_towards_maximum()130 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()167 if (is_horizontal(*edge_itr) && next_itr->bot != edge_itr->top) { in fix_horizontals()172 if (is_horizontal(*edge_itr) && prev_itr->top != edge_itr->bot) { in fix_horizontals()186 if (!is_horizontal(*edge_itr)) { in move_horizontals_on_left_to_right()[all …]
140 return is_horizontal(*((*bnd)->current_edge)); in current_edge_is_horizontal()145 return is_horizontal(*((*bnd)->next_edge)); in next_edge_is_horizontal()155 if (!is_horizontal<T>(*current_edge)) { in next_edge_in_bound()
77 inline bool is_horizontal(edge<T> const& e) { in is_horizontal() function
104 if (is_horizontal(edge)) { in get_edge_min_x()134 if (is_horizontal(edge)) { in get_edge_max_x()362 if (is_horizontal(*b2.current_edge) || (b1.current_edge->dx > b2.current_edge->dx)) { in add_local_minimum_point()
110 if (is_horizontal(*current_edge)) { in process_hot_pixel_edges_at_top_of_scanbeam()
55 bool is_horizontal) in meson_vpp_write_scaling_filter_coefs() argument59 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_scaling_filter_coefs()80 bool is_horizontal) in meson_vpp_write_vd_scaling_filter_coefs() argument84 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
504 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() argument509 if (is_horizontal) { in scl_vop_cal_scale()
785 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() argument793 if (is_horizontal) { in scl_vop_cal_scale()