Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_pos.c56 lv_res_t res_x; in lv_obj_set_x() local
59 res_x = lv_obj_get_local_style_prop(obj, LV_STYLE_X, &v_x, 0); in lv_obj_set_x()
61 if((res_x == LV_RES_OK && v_x.num != x) || res_x == LV_RES_INV) { in lv_obj_set_x()