Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c194 if(style->prop_cnt != 255) lv_free(style->values_and_props); in lv_style_reset()
255 …uint8_t * tmp = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv_style_val… in lv_style_remove_prop()
260 lv_style_value_t * old_values = (lv_style_value_t *)style->values_and_props; in lv_style_remove_prop()
269 style->values_and_props = new_values_and_props; in lv_style_remove_prop()
309 if(style->values_and_props) { in lv_style_set_prop()
310 … props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv_style_value_t); in lv_style_set_prop()
313 lv_style_value_t * values = (lv_style_value_t *)style->values_and_props; in lv_style_set_prop()
322 uint8_t * values_and_props = lv_realloc(style->values_and_props, size); in lv_style_set_prop() local
323 if(values_and_props == NULL) { in lv_style_set_prop()
328 style->values_and_props = values_and_props; in lv_style_set_prop()
[all …]
Dlv_style.h55 .values_and_props = (void*)prop_array, \
62 .values_and_props = (void*)prop_array, \
376 void * values_and_props; member
504 lv_style_const_prop_t * props = (lv_style_const_prop_t *)style->values_and_props; in lv_style_get_prop_inlined()
514 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in lv_style_get_prop_inlined()
518 lv_style_value_t * values = (lv_style_value_t *)style->values_and_props; in lv_style_get_prop_inlined()
/lvgl-latest/scripts/gdb/lvglgdb/
Dlvgl.py117 values_and_props = style.values_and_props.cast("lv_style_const_prop_t", ptr=True)
119 prop = values_and_props[j].prop
122 yield values_and_props[j]
/lvgl-latest/src/core/
Dlv_obj_style.c141 lv_style_const_prop_t * props = style->values_and_props; in lv_obj_add_style()
147 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in lv_obj_add_style()
1009 lv_style_const_prop_t * props = style->values_and_props; in full_cache_refresh()
1015 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in full_cache_refresh()
1029 lv_style_const_prop_t * props = style->values_and_props; in full_cache_refresh()
1035 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in full_cache_refresh()
1061 lv_style_const_prop_t * props = style->values_and_props; in style_has_flag()
1070 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in style_has_flag()