Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c256 uint8_t * old_props = (uint8_t *)tmp; in lv_style_remove_prop() local
259 if(old_props[i] == prop) { in lv_style_remove_prop()
279 if(old_props[j] != prop) { in lv_style_remove_prop()
281 new_props[i++] = old_props[j]; in lv_style_remove_prop()