Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_property.c11 lv_property_t prop = { }; in test_obj_property_fail_on_invalid_id() local
36 lv_property_t prop = { }; in test_obj_property_set_get_should_match() local
102 lv_property_t prop = { }; in test_obj_property_style_selector() local
172 lv_property_t prop = { }; in test_obj_property_flag() local
220 lv_property_t prop = { }; in test_obj_property_state() local
240 lv_property_t prop = { }; in test_obj_property_type_point() local
296 lv_property_t prop = { }; in test_label_properties() local
Dtest_keyboard.c46 lv_property_t prop = { }; in test_keyboard_properties() local
Dtest_animimg.c110 lv_property_t prop; in test_animimg_property() local
Dtest_textarea.c140 lv_property_t prop = { }; in test_textarea_properties() local
Dtest_slider.c219 lv_property_t prop = { }; in test_slider_properties() local
Dtest_roller.c356 lv_property_t prop = { }; in test_roller_properties() local
Dtest_dropdown.c460 lv_property_t prop = { }; in test_dropdown_properties() local
Dtest_image.c456 lv_property_t prop = { }; in test_image_properties() local
/lvgl-latest/src/misc/
Dlv_style.c242 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop) in lv_style_remove_prop()
295 void lv_style_set_prop(lv_style_t * style, lv_style_prop_t prop, lv_style_value_t value) in lv_style_set_prop()
350 lv_style_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t *… in lv_style_get_prop()
366 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop) in lv_style_prop_get_default()
441 uint8_t lv_style_prop_lookup_flags(lv_style_prop_t prop) in lv_style_prop_lookup_flags()
Dlv_style.h363 lv_style_prop_t prop; member
500 …tic inline lv_style_res_t lv_style_get_prop_inlined(const lv_style_t * style, lv_style_prop_t prop, in lv_style_get_prop_inlined()
540 static inline uint32_t lv_style_get_prop_group(lv_style_prop_t prop) in lv_style_get_prop_group()
626 static inline bool lv_style_prop_has_flag(lv_style_prop_t prop, uint8_t flag) in lv_style_prop_has_flag()
/lvgl-latest/src/core/
Dlv_obj_style.c25 #define STYLE_PROP_SHIFTED(prop) ((uint32_t)1 << ((prop) >> 3)) argument
33 lv_style_prop_t prop; member
207 lv_style_prop_t prop = LV_STYLE_PROP_ANY; in lv_obj_remove_style() local
275 void lv_obj_refresh_style(lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop) in lv_obj_refresh_style()
330 lv_style_value_t lv_obj_get_style_prop(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop) in lv_obj_get_style_prop()
344 bool lv_obj_has_style_prop(const lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop) in lv_obj_has_style_prop()
357 void lv_obj_set_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t value, in lv_obj_set_local_style_prop()
386 lv_style_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t *… in lv_obj_get_local_style_prop()
400 bool lv_obj_remove_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector_t selec… in lv_obj_remove_local_style_prop()
719 …style_res_t get_prop_core(const lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop, in get_prop_core()
[all …]
Dlv_obj_style_private.h38 lv_style_prop_t prop; member
Dlv_obj_property.c249 const lv_property_ops_t * prop; in obj_property() local
335 const lv_property_name_t * prop = element; in property_name_compare() local
Dlv_obj.c1005 static lv_result_t lv_obj_set_any(lv_obj_t * obj, lv_prop_id_t id, const lv_property_t * prop) in lv_obj_set_any()
1030 static lv_result_t lv_obj_get_any(const lv_obj_t * obj, lv_prop_id_t id, lv_property_t * prop) in lv_obj_get_any()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view.c148 static const lv_style_prop_t prop[] = { in obj_child_node_checked_style_init() local
Dlv_demo_flex_layout_ctrl_pad.c124 lv_style_prop_t prop = (lv_style_prop_t)(lv_uintptr_t)lv_obj_get_user_data(spinbox); in ctrl_pad_spinbox_event_handler() local
Dlv_demo_flex_layout_view_ctrl_pad.c162 static lv_obj_t * spinbox_ctrl_create(lv_obj_t * par, lv_style_prop_t prop, lv_obj_t ** cont_) in spinbox_ctrl_create()
/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.h54 … } else if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() local
67 if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() local
DtvgLottieParser.cpp363 void LottieParser::parseSlotProperty(T& prop) in parseSlotProperty()
419 void LottieParser::parseKeyFrame(T& prop) in parseKeyFrame()
466 void LottieParser::parsePropertyInternal(T& prop) in parsePropertyInternal()
492 void LottieParser::parseProperty(T& prop, LottieObject* obj) in parseProperty()
DtvgLottieModel.h826 LottieProperty* prop; member
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c39 #define SET_STYLE_IF(prop, value) if(lv_streq(prop_name, "style_" #prop)) lv_obj_set_style_##prop(o… argument
/lvgl-latest/tests/src/test_cases/
Dtest_style.c51 lv_style_prop_t prop = lv_style_register_prop(fake_flag); in test_custom_prop_ids() local
/lvgl-latest/src/others/xml/
Dlv_xml_style.c45 #define SET_STYLE_IF(prop, value) if(lv_streq(name, #prop)) lv_style_set_##prop(style, value) argument
Dlv_xml_component.c227 lv_xml_param_t * prop = lv_ll_ins_tail(&state->ctx.param_ll); in process_prop_element() local