Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h59 .prop1 = LV_STYLE_PROP_ANY, \
67 .prop1 = LV_STYLE_PROP_ANY, \
333 uint16_t prop1; member
451 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_get_prop_inlined()
488 else if(LV_STYLE_PROP_ID_MASK(style->prop1) == prop) { in lv_style_get_prop_inlined()
489 if(style->prop1 & LV_STYLE_PROP_META_INHERIT) in lv_style_get_prop_inlined()
491 …*value = (style->prop1 & LV_STYLE_PROP_META_INITIAL) ? lv_style_prop_get_default(LV_STYLE_PROP_ID_… in lv_style_get_prop_inlined()
492 … style->prop1)) : style->v_p.value1; in lv_style_get_prop_inlined()
Dlv_style.c169 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_reset()
226 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_remove_prop()
234 if(LV_STYLE_PROP_ID_MASK(style->prop1) == prop) { in lv_style_remove_prop()
235 style->prop1 = LV_STYLE_PROP_INV; in lv_style_remove_prop()
251 style->prop1 = i == 0 ? old_props[1] : old_props[0]; in lv_style_remove_prop()
420 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_set_prop_internal()
461 if(LV_STYLE_PROP_ID_MASK(style->prop1) == prop_id) { in lv_style_set_prop_internal()
462 value_adjustment_helper(prop_and_meta, value, &style->prop1, &style->v_p.value1); in lv_style_set_prop_internal()
475 props[0] = style->prop1; in lv_style_set_prop_internal()
481 value_adjustment_helper(prop_and_meta, value, &style->prop1, &style->v_p.value1); in lv_style_set_prop_internal()