Searched refs:lv_obj_get_local_style_prop (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.h | 146 lv_style_res_t lv_obj_get_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_v…
|
D | lv_obj_pos.c | 59 res_x = lv_obj_get_local_style_prop(obj, LV_STYLE_X, &v_x, 0); in lv_obj_set_x() 73 res_y = lv_obj_get_local_style_prop(obj, LV_STYLE_Y, &v_y, 0); in lv_obj_set_y() 229 res_w = lv_obj_get_local_style_prop(obj, LV_STYLE_WIDTH, &v_w, 0); in lv_obj_set_width() 242 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 | 286 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
|