Searched refs:lv_obj_get_local_style_prop (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_property.c | 153 lv_obj_get_local_style_prop(obj, index, &value.style, 0); in lv_obj_get_property() 178 lv_obj_get_local_style_prop(obj, id, &value.style, selector); in lv_obj_get_style_property()
|
D | lv_obj_style.h | 151 lv_style_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t *…
|
D | lv_obj_pos.c | 66 res_x = lv_obj_get_local_style_prop(obj, LV_STYLE_X, &v_x, 0); in lv_obj_set_x() 80 res_y = lv_obj_get_local_style_prop(obj, LV_STYLE_Y, &v_y, 0); in lv_obj_set_y() 227 res_w = lv_obj_get_local_style_prop(obj, LV_STYLE_WIDTH, &v_w, 0); in lv_obj_set_width() 240 res_h = lv_obj_get_local_style_prop(obj, LV_STYLE_HEIGHT, &v_h, 0); in lv_obj_set_height()
|
D | lv_obj_style.c | 386 lv_style_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t *… in lv_obj_get_local_style_prop() function
|