Searched refs:get_selector_style_prop (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 69 static lv_style_res_t get_selector_style_prop(const lv_obj_t * obj, lv_style_selector_t selector, l… 338 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_get_style_prop() 351 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_has_style_prop() 1081 static lv_style_res_t get_selector_style_prop(const lv_obj_t * obj, lv_style_selector_t selector, l… in get_selector_style_prop() function
|