Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj_pos.c240 lv_style_value_t v_h; in lv_obj_set_height() local
242 res_h = lv_obj_get_local_style_prop(obj, LV_STYLE_HEIGHT, &v_h, 0); in lv_obj_set_height()
244 if((res_h == LV_RES_OK && v_h.num != h) || res_h == LV_RES_INV) { in lv_obj_set_height()