Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_core/
Dlv_style.c547 int16_t _lv_style_get_int(const lv_style_t * style, lv_style_property_t prop, void * v_res) in _lv_style_get_int() function
831 int16_t weight_act = _lv_style_get_int(class, prop, &value_act); in _lv_style_list_get_int()
Dlv_style.h407 int16_t _lv_style_get_int(const lv_style_t * style, lv_style_property_t prop, void * res);
/lvgl-2.7.6/tests/lv_test_core/
Dlv_test_style.c286 weight = _lv_style_get_int(&style_dest, LV_STYLE_TEXT_LINE_SPACE, &value); in copy()