Searched refs:x_diff (Results 1 – 2 of 2) sorted by relevance
358 void lv_obj_move_children_by(lv_obj_t * obj, int32_t x_diff, int32_t y_diff, bool ignore_floating);
765 void lv_obj_move_children_by(lv_obj_t * obj, int32_t x_diff, int32_t y_diff, bool ignore_floating) in lv_obj_move_children_by() argument772 child->coords.x1 += x_diff; in lv_obj_move_children_by()774 child->coords.x2 += x_diff; in lv_obj_move_children_by()777 lv_obj_move_children_by(child, x_diff, y_diff, false); in lv_obj_move_children_by()