Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_style.c243 uint16_t * old_props = (uint16_t *)tmp; in lv_style_remove_prop() local
246 if(LV_STYLE_PROP_ID_MASK(old_props[i]) == prop) { in lv_style_remove_prop()
251 style->prop1 = i == 0 ? old_props[1] : old_props[0]; in lv_style_remove_prop()
268 if(old_props[j] != prop) { in lv_style_remove_prop()
270 new_props[i++] = old_props[j]; in lv_style_remove_prop()