Searched refs:value_act (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 70 lv_style_value_t * value_act); 335 lv_style_value_t value_act = { .ptr = NULL }; in lv_obj_get_style_prop() local 338 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_get_style_prop() 339 if(found == LV_STYLE_RES_FOUND) return value_act; in lv_obj_get_style_prop() 348 lv_style_value_t value_act = { .ptr = NULL }; in lv_obj_has_style_prop() 351 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_has_style_prop() 1082 lv_style_value_t * value_act) in get_selector_style_prop() argument 1093 found = get_prop_core(obj, selector, prop, value_act); in get_selector_style_prop() 1120 found = get_prop_core(obj, selector, prop, value_act); in get_selector_style_prop() 1135 value_act->num = cls->width_def; in get_selector_style_prop() [all …]
|