Home
last modified time | relevance | path

Searched refs:x_diff (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_pos.h358 void lv_obj_move_children_by(lv_obj_t * obj, int32_t x_diff, int32_t y_diff, bool ignore_floating);
Dlv_obj_pos.c765 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() argument
772 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()