Searched refs:_lv_style_get_int (Results 1 – 3 of 3) sorted by relevance
547 int16_t _lv_style_get_int(const lv_style_t * style, lv_style_property_t prop, void * v_res) in _lv_style_get_int() function831 int16_t weight_act = _lv_style_get_int(class, prop, &value_act); in _lv_style_list_get_int()
407 int16_t _lv_style_get_int(const lv_style_t * style, lv_style_property_t prop, void * res);
286 weight = _lv_style_get_int(&style_dest, LV_STYLE_TEXT_LINE_SPACE, &value); in copy()