Searched refs:x_diff (Results 1 – 2 of 2) 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() argument787 child->coords.x1 += x_diff; in lv_obj_move_children_by()789 child->coords.x2 += x_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()