Searched refs:lv_style_get_prop_inlined (Results 1 – 3 of 3) sorted by relevance
448 static inline lv_style_res_t lv_style_get_prop_inlined(const lv_style_t * style, lv_style_prop_t pr… in lv_style_get_prop_inlined() function
295 return lv_style_get_prop_inlined(style, prop, value); in lv_style_get_prop()
908 …if(lv_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) con… in lv_obj_set_state()