/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 11 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
|
D | test_keyboard.c | 46 lv_property_t prop = { }; in test_keyboard_properties() local
|
D | test_animimg.c | 110 lv_property_t prop; in test_animimg_property() local
|
D | test_textarea.c | 140 lv_property_t prop = { }; in test_textarea_properties() local
|
D | test_slider.c | 219 lv_property_t prop = { }; in test_slider_properties() local
|
D | test_roller.c | 356 lv_property_t prop = { }; in test_roller_properties() local
|
D | test_dropdown.c | 460 lv_property_t prop = { }; in test_dropdown_properties() local
|
D | test_image.c | 456 lv_property_t prop = { }; in test_image_properties() local
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 242 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()
|
D | lv_style.h | 363 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/ |
D | lv_obj_style.c | 25 #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 …]
|
D | lv_obj_style_private.h | 38 lv_style_prop_t prop; member
|
D | lv_obj_property.c | 249 const lv_property_ops_t * prop; in obj_property() local 335 const lv_property_name_t * prop = element; in property_name_compare() local
|
D | lv_obj.c | 1005 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/ |
D | lv_demo_flex_layout_view.c | 148 static const lv_style_prop_t prop[] = { in obj_child_node_checked_style_init() local
|
D | lv_demo_flex_layout_ctrl_pad.c | 124 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
|
D | lv_demo_flex_layout_view_ctrl_pad.c | 162 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/ |
D | tvgLottieExpressions.h | 54 … } 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
|
D | tvgLottieParser.cpp | 363 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()
|
D | tvgLottieModel.h | 826 LottieProperty* prop; member
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 39 #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/ |
D | test_style.c | 51 lv_style_prop_t prop = lv_style_register_prop(fake_flag); in test_custom_prop_ids() local
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_style.c | 45 #define SET_STYLE_IF(prop, value) if(lv_streq(name, #prop)) lv_style_set_##prop(style, value) argument
|
D | lv_xml_component.c | 227 lv_xml_param_t * prop = lv_ll_ins_tail(&state->ctx.param_ll); in process_prop_element() local
|