/lvgl-latest/src/core/ |
D | lv_obj_property.h | 44 #define LV_PROPERTY_ID_TYPE(id) ((id) >> LV_PROPERTY_TYPE_SHIFT) argument 45 #define LV_PROPERTY_ID_TYPE2(id) ((id) >> LV_PROPERTY_TYPE_SHIFT) argument 46 #define LV_PROPERTY_ID_INDEX(id) ((id) & 0xfffffff) argument 85 lv_prop_id_t id; member 89 lv_prop_id_t id; member 142 lv_prop_id_t id; member
|
D | lv_obj_property.c | 139 lv_property_t lv_obj_get_property(lv_obj_t * obj, lv_prop_id_t id) in lv_obj_get_property() 166 lv_property_t lv_obj_get_style_property(lv_obj_t * obj, lv_prop_id_t id, uint32_t selector) in lv_obj_get_style_property() 224 lv_prop_id_t id; in lv_obj_property_get_id() local 246 static lv_result_t obj_property(lv_obj_t * obj, lv_prop_id_t id, lv_property_t * value, bool set) in obj_property()
|
D | lv_obj_id_builtin.c | 51 uint32_t id = 0; in lv_obj_assign_id() local 82 void lv_obj_set_id(lv_obj_t * obj, void * id) in lv_obj_set_id()
|
D | lv_obj_tree.c | 570 uint32_t id = i; in obj_delete_core() local 579 int32_t id = lv_obj_get_index(obj); in obj_delete_core() local 626 const char * id; in dump_tree_core() local
|
D | lv_obj.c | 439 lv_obj_t * lv_obj_get_child_by_id(const lv_obj_t * obj, const void * id) in lv_obj_get_child_by_id() 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()
|
D | lv_obj_private.h | 63 void * id; member
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_settings.c | 74 lv_obj_t * lv_demo_smartwatch_settings_add_slider(uint16_t id, const char * name, const lv_img_dsc_… in lv_demo_smartwatch_settings_add_slider() 129 lv_obj_t * lv_demo_smartwatch_settings_add_toggle(uint16_t id, const char * name, const lv_img_dsc_… in lv_demo_smartwatch_settings_add_toggle() 184 lv_obj_t * lv_demo_smartwatch_settings_add_dropdown(uint16_t id, const char * name, const lv_img_ds… in lv_demo_smartwatch_settings_add_dropdown() 245 lv_obj_t * lv_demo_smartwatch_settings_add_label(uint16_t id, const char * name, const lv_img_dsc_t… in lv_demo_smartwatch_settings_add_label() 381 uint16_t id = (uint16_t)data; in settings_action_event_cb() local
|
D | lv_demo_smartwatch_weather.c | 128 void lv_demo_smartwatch_weather_add_daily(int day, int temp, int id) in lv_demo_smartwatch_weather_add_daily() 181 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int … in lv_demo_smartwatch_weather_add_hourly() 452 static void set_weather_icon(lv_obj_t * obj, uint8_t id, bool day) in set_weather_icon() 457 static const lv_img_dsc_t * get_weather_icon(uint8_t id, bool day) in get_weather_icon()
|
D | lv_demo_smartwatch_qr.c | 111 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link) in lv_demo_smartwatch_qr_list_add()
|
D | lv_demo_smartwatch_notifications.c | 166 static int get_notification_icon_index(int id) in get_notification_icon_index()
|
/lvgl-latest/examples/widgets/buttonmatrix/ |
D | lv_example_buttonmatrix_1.c | 9 uint32_t id = lv_buttonmatrix_get_selected_button(obj); in event_handler() local
|
D | lv_example_buttonmatrix_3.c | 7 uint32_t id = lv_buttonmatrix_get_selected_button(obj); in event_cb() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgGlCanvas.cpp | 65 Result GlCanvas::target(int32_t id, uint32_t w, uint32_t h) noexcept in target()
|
D | tvgPicture.cpp | 214 const Paint* Picture::paint(uint32_t id) noexcept in paint() 218 uint32_t id; in paint() member
|
D | tvgAccessor.cpp | 88 uint32_t Accessor::id(const char* name) noexcept in id() function in Accessor
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 127 uint32_t id; in test_obj_property_flag() member 193 uint32_t id; in test_obj_property_state() member
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_3.c | 17 int32_t id = lv_chart_get_pressed_point(chart); in event_cb() local
|
/lvgl-latest/scripts/ |
D | properties.py | 26 def __init__(self, widget, name, type, index, id): argument
|
/lvgl-latest/tests/src/test_cases/ |
D | test_hover.c | 10 char id[32]; member
|
/lvgl-latest/src/indev/ |
D | lv_indev_gesture.c | 391 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info) in get_motion() 411 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info) in get_motion_idx()
|
D | lv_indev_gesture.h | 58 uint8_t id; /* Identification/slot of the contact point */ member
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.h | 36 char * id; member
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 324 uint32_t id = track_id; in lv_demo_music_album_next() local 346 void lv_demo_music_play(uint32_t id) in lv_demo_music_play() 677 static void track_load(uint32_t id) in track_load()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 1008 static void draw_box(lv_obj_t * dropdown_obj, lv_layer_t * layer, uint32_t id, lv_state_t state) in draw_box() 1047 static void draw_box_label(lv_obj_t * dropdown_obj, lv_layer_t * layer, uint32_t id, lv_state_t sta… in draw_box_label() 1105 uint32_t id = dropdown->sel_opt_id; /*Just to use uint32_t in event data*/ in btn_release_handler() local 1160 uint32_t id = dropdown->sel_opt_id; /*Just to use uint32_t in event data*/ in list_release_handler() local
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 212 void lv_chart_get_point_pos_by_id(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id, lv_point_t … in lv_chart_get_point_pos_by_id() 402 void lv_chart_set_x_start_point(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id) in lv_chart_set_x_start_point() 521 void lv_chart_set_value_by_id(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id, int32_t value) in lv_chart_set_value_by_id() 532 void lv_chart_set_value_by_id2(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id, int32_t x_valu… in lv_chart_set_value_by_id2() 695 uint32_t id = get_index_from_x(obj, p.x + lv_obj_get_scroll_left(obj)); in lv_chart_event() local
|