Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_core/
Dlv_style.c37 LV_ATTRIBUTE_FAST_MEM static inline int32_t get_property_index(const lv_style_t * style, lv_style_p…
105 int32_t id = get_property_index(style, prop); in lv_style_remove_prop()
364 int32_t id = get_property_index(style, prop); in _lv_style_set_int()
410 int32_t id = get_property_index(style, prop); in _lv_style_set_color()
457 int32_t id = get_property_index(style, prop); in _lv_style_set_opa()
504 int32_t id = get_property_index(style, prop); in _lv_style_set_ptr()
555 int32_t id = get_property_index(style, prop); in _lv_style_get_int()
592 int32_t id = get_property_index(style, prop); in _lv_style_get_opa()
626 int32_t id = get_property_index(style, prop); in _lv_style_get_color()
661 int32_t id = get_property_index(style, prop); in _lv_style_get_ptr()
[all …]