Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 48) sorted by relevance

12

/lvgl-latest/src/core/
Dlv_obj_property.h44 #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
Dlv_obj_property.c139 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()
Dlv_obj_id_builtin.c51 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()
Dlv_obj_tree.c570 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
Dlv_obj.c439 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()
Dlv_obj_private.h63 void * id; member
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c74 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
Dlv_demo_smartwatch_weather.c128 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()
Dlv_demo_smartwatch_qr.c111 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link) in lv_demo_smartwatch_qr_list_add()
Dlv_demo_smartwatch_notifications.c166 static int get_notification_icon_index(int id) in get_notification_icon_index()
/lvgl-latest/examples/widgets/buttonmatrix/
Dlv_example_buttonmatrix_1.c9 uint32_t id = lv_buttonmatrix_get_selected_button(obj); in event_handler() local
Dlv_example_buttonmatrix_3.c7 uint32_t id = lv_buttonmatrix_get_selected_button(obj); in event_cb() local
/lvgl-latest/src/libs/thorvg/
DtvgGlCanvas.cpp65 Result GlCanvas::target(int32_t id, uint32_t w, uint32_t h) noexcept in target()
DtvgPicture.cpp214 const Paint* Picture::paint(uint32_t id) noexcept in paint()
218 uint32_t id; in paint() member
DtvgAccessor.cpp88 uint32_t Accessor::id(const char* name) noexcept in id() function in Accessor
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_property.c127 uint32_t id; in test_obj_property_flag() member
193 uint32_t id; in test_obj_property_state() member
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c17 int32_t id = lv_chart_get_pressed_point(chart); in event_cb() local
/lvgl-latest/scripts/
Dproperties.py26 def __init__(self, widget, name, type, index, id): argument
/lvgl-latest/tests/src/test_cases/
Dtest_hover.c10 char id[32]; member
/lvgl-latest/src/indev/
Dlv_indev_gesture.c391 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()
Dlv_indev_gesture.h58 uint8_t id; /* Identification/slot of the contact point */ member
/lvgl-latest/src/libs/svg/
Dlv_svg_render.h36 char * id; member
/lvgl-latest/demos/music/
Dlv_demo_music_main.c324 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/
Dlv_dropdown.c1008 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/
Dlv_chart.c212 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

12