Searched refs:y_diff (Results 1 – 3 of 3) sorted by relevance
347 void lv_obj_move_children_by(struct _lv_obj_t * obj, lv_coord_t x_diff, lv_coord_t y_diff, bool ign…
780 void lv_obj_move_children_by(lv_obj_t * obj, lv_coord_t x_diff, lv_coord_t y_diff, bool ignore_floa… in lv_obj_move_children_by() argument788 child->coords.y1 += y_diff; in lv_obj_move_children_by()790 child->coords.y2 += y_diff; in lv_obj_move_children_by()792 lv_obj_move_children_by(child, x_diff, y_diff, false); in lv_obj_move_children_by()
1203 int32_t y_diff = p->cfg.y_bottom - p->cfg.y_top + 1; in lv_draw_mask_fade() local1204 lv_opa_t opa_act = (int32_t)((int32_t)(abs_y - p->cfg.y_top) * opa_diff) / y_diff; in lv_draw_mask_fade()