Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_core/
Dlv_style.c42 static inline uint8_t get_style_prop_attr(const lv_style_t * style, size_t idx);
111 attr_found = get_style_prop_attr(style, id); in lv_style_remove_prop()
370 attr_found = get_style_prop_attr(style, id); in _lv_style_set_int()
416 attr_found = get_style_prop_attr(style, id); in _lv_style_set_color()
463 attr_found = get_style_prop_attr(style, id); in _lv_style_set_opa()
510 attr_found = get_style_prop_attr(style, id); in _lv_style_set_ptr()
562 attr_act = get_style_prop_attr(style, id); in _lv_style_get_int()
599 attr_act = get_style_prop_attr(style, id); in _lv_style_get_opa()
633 attr_act = get_style_prop_attr(style, id); in _lv_style_get_color()
668 attr_act = get_style_prop_attr(style, id); in _lv_style_get_ptr()
[all …]