/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 74 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_set_text() local 106 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_set_text_static() local 123 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_get_text() local 136 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_constructor() local 159 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_destructor() local 181 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_event() local 216 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_draw() local
|
/lvgl-latest/src/tick/ |
D | lv_tick.c | 101 void lv_tick_set_cb(lv_tick_get_cb_t cb) in lv_tick_set_cb() 106 void lv_delay_set_cb(lv_delay_cb_t cb) in lv_delay_set_cb()
|
/lvgl-latest/src/layouts/ |
D | lv_layout_private.h | 28 lv_layout_update_cb_t cb; member
|
D | lv_layout.c | 58 uint32_t lv_layout_register(lv_layout_update_cb_t cb, void * user_data) in lv_layout_register()
|
/lvgl-latest/examples/widgets/checkbox/ |
D | lv_example_checkbox_1.c | 23 lv_obj_t * cb; in lv_example_checkbox_1() local
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_1.c | 59 lv_obj_t * cb = lv_checkbox_create(cont2); in lv_example_gridnav_1() local
|
/lvgl-latest/src/misc/ |
D | lv_color_op.c | 67 void lv_color_filter_dsc_init(lv_color_filter_dsc_t * dsc, lv_color_filter_cb_t cb) in lv_color_filter_dsc_init()
|
D | lv_async.c | 23 lv_async_cb_t cb; member
|
D | lv_event_private.h | 28 lv_event_cb_t cb; member
|
D | lv_tree.c | 143 lv_tree_traverse_cb_t cb, in lv_tree_walk()
|
D | lv_timer.c | 384 void lv_timer_handler_set_resume_cb(lv_timer_handler_resume_cb_t cb, void * data) in lv_timer_handler_set_resume_cb()
|
D | lv_event.c | 120 lv_event_dsc_t * lv_event_add(lv_event_list_t * list, lv_event_cb_t cb, lv_event_code_t filter, in lv_event_add()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_timer_t.c | 26 void pika_lvgl_lv_timer_t_set_cb(PikaObj* self, Arg* cb) { in pika_lvgl_lv_timer_t_set_cb()
|
/lvgl-latest/src/others/observer/ |
D | lv_observer_private.h | 34 lv_observer_cb_t cb; /**< Callback that should be called when the value changes*/ member
|
D | lv_observer.c | 319 lv_observer_t * lv_subject_add_observer(lv_subject_t * subject, lv_observer_cb_t cb, void * user_da… in lv_subject_add_observer() 328 lv_observer_t * lv_subject_add_observer_obj(lv_subject_t * subject, lv_observer_cb_t cb, lv_obj_t *… in lv_subject_add_observer_obj() 358 lv_observer_t * lv_subject_add_observer_with_target(lv_subject_t * subject, lv_observer_cb_t cb, vo… in lv_subject_add_observer_with_target() 605 static lv_observer_t * bind_to_bitfield(lv_subject_t * subject, lv_obj_t * obj, lv_observer_cb_t cb… in bind_to_bitfield()
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_token.c | 118 static bool _lv_svg_token_process(_lv_svg_token_t * token, svg_token_process cb, void * data) in _lv_svg_token_process() 186 …rser_tag(_lv_svg_parser_state_t * state, _lv_svg_token_t * token, svg_token_process cb, void * dat… in _svg_parser_tag() 353 bool _lv_svg_tokenizer(const char * svg_data, uint32_t data_len, svg_token_process cb, void * data) in _lv_svg_tokenizer()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 69 void lv_demo_smartwatch_set_music_control_cb(lv_smartwatch_music_control_cb_t cb) in lv_demo_smartwatch_set_music_control_cb()
|
D | lv_demo_smartwatch_notifications.c | 157 void lv_demo_smartwatch_set_notification_click_cb(lv_smartwatch_notification_click_cb_t cb) in lv_demo_smartwatch_set_notification_click_cb()
|
D | lv_demo_smartwatch_settings.c | 286 void lv_demo_smartwatch_set_settings_actions_cb(lv_smartwatch_settings_change_cb_t cb) in lv_demo_smartwatch_set_settings_actions_cb()
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 206 lv_draw_glyph_cb_t cb) in lv_draw_label_iterate_characters() 543 const lv_font_t * font, uint32_t letter, lv_draw_glyph_cb_t cb) in lv_draw_unit_draw_letter()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 124 lv_obj_t * cb = lv_checkbox_create(tab); in tab_flex_create() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPicture.cpp | 222 auto cb = [](const tvg::Paint* paint, void* data) -> bool in paint() local
|
/lvgl-latest/src/core/ |
D | lv_obj_tree.c | 457 void lv_obj_tree_walk(lv_obj_t * start_obj, lv_obj_tree_walk_cb_t cb, void * user_data) in lv_obj_tree_walk() 593 static lv_obj_tree_walk_res_t walk_core(lv_obj_t * obj, lv_obj_tree_walk_cb_t cb, void * user_data) in walk_core()
|
/lvgl-latest/src/drivers/evdev/ |
D | lv_evdev.c | 72 lv_evdev_discovery_cb_t cb; member 450 lv_result_t lv_evdev_discovery_start(lv_evdev_discovery_cb_t cb, void * user_data) in lv_evdev_discovery_start()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask_private.h | 40 lv_draw_sw_mask_xcb_t cb; member
|