Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c256 uint8_t * new_values_and_props = lv_mem_alloc(size); in lv_style_remove_prop() local
257 if(new_values_and_props == NULL) return false; in lv_style_remove_prop()
258 style->v_p.values_and_props = new_values_and_props; in lv_style_remove_prop()
261 tmp = new_values_and_props + style->prop_cnt * sizeof(lv_style_value_t); in lv_style_remove_prop()
263 lv_style_value_t * new_values = (lv_style_value_t *)new_values_and_props; in lv_style_remove_prop()