Home
last modified time | relevance | path

Searched refs:is_horizontal (Results 1 – 8 of 8) 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 Dlocal_minimum_util.hpp34 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 …]
H A Dactive_bound_list.hpp140 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()
H A Dedge.hpp77 inline bool is_horizontal(edge<T> const& e) { in is_horizontal() function
H A Dring_util.hpp104 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()
H A Dsnap_rounding.hpp110 if (is_horizontal(*current_edge)) { in process_hot_pixel_edges_at_top_of_scanbeam()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_vpp.c55 bool is_horizontal) in meson_vpp_write_scaling_filter_coefs() argument
59 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() argument
84 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.c504 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() argument
509 if (is_horizontal) { in scl_vop_cal_scale()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c785 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() argument
793 if (is_horizontal) { in scl_vop_cal_scale()