Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 31) sorted by relevance

12

/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c74 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/
Dlv_tick.c101 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/
Dlv_layout_private.h28 lv_layout_update_cb_t cb; member
Dlv_layout.c58 uint32_t lv_layout_register(lv_layout_update_cb_t cb, void * user_data) in lv_layout_register()
/lvgl-latest/examples/widgets/checkbox/
Dlv_example_checkbox_1.c23 lv_obj_t * cb; in lv_example_checkbox_1() local
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_1.c59 lv_obj_t * cb = lv_checkbox_create(cont2); in lv_example_gridnav_1() local
/lvgl-latest/src/misc/
Dlv_color_op.c67 void lv_color_filter_dsc_init(lv_color_filter_dsc_t * dsc, lv_color_filter_cb_t cb) in lv_color_filter_dsc_init()
Dlv_async.c23 lv_async_cb_t cb; member
Dlv_event_private.h28 lv_event_cb_t cb; member
Dlv_tree.c143 lv_tree_traverse_cb_t cb, in lv_tree_walk()
Dlv_timer.c384 void lv_timer_handler_set_resume_cb(lv_timer_handler_resume_cb_t cb, void * data) in lv_timer_handler_set_resume_cb()
Dlv_event.c120 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/
Dpika_lv_timer_t.c26 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/
Dlv_observer_private.h34 lv_observer_cb_t cb; /**< Callback that should be called when the value changes*/ member
Dlv_observer.c319 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/
Dlv_svg_token.c118 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/
Dlv_demo_smartwatch_control.c69 void lv_demo_smartwatch_set_music_control_cb(lv_smartwatch_music_control_cb_t cb) in lv_demo_smartwatch_set_music_control_cb()
Dlv_demo_smartwatch_notifications.c157 void lv_demo_smartwatch_set_notification_click_cb(lv_smartwatch_notification_click_cb_t cb) in lv_demo_smartwatch_set_notification_click_cb()
Dlv_demo_smartwatch_settings.c286 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/
Dlv_draw_label.c206 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/
Dlv_demo_flex_layout_view_ctrl_pad.c124 lv_obj_t * cb = lv_checkbox_create(tab); in tab_flex_create() local
/lvgl-latest/src/libs/thorvg/
DtvgPicture.cpp222 auto cb = [](const tvg::Paint* paint, void* data) -> bool in paint() local
/lvgl-latest/src/core/
Dlv_obj_tree.c457 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/
Dlv_evdev.c72 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/
Dlv_draw_sw_mask_private.h40 lv_draw_sw_mask_xcb_t cb; member

12