/lvgl-3.4.0/src/misc/ |
D | lv_log.h | 96 #ifndef LV_LOG_INFO 98 # define LV_LOG_INFO(...) _lv_log_add(LV_LOG_LEVEL_INFO, __FILE__, __LINE__, __func__, __VA_ARGS… macro 100 # define LV_LOG_INFO(...) do {}while(0) macro 133 #define LV_LOG_INFO(...) do {}while(0) macro
|
/lvgl-3.4.0/src/extra/widgets/list/ |
D | lv_list.c | 58 LV_LOG_INFO("begin"); in lv_list_create() 67 LV_LOG_INFO("begin"); in lv_list_add_text() 78 LV_LOG_INFO("begin"); in lv_list_add_btn()
|
/lvgl-3.4.0/src/draw/sdl/ |
D | lv_draw_sdl_texture_cache.c | 105 … LV_LOG_INFO("cache texture %p, %d*%d@%dbpp", texture, width, height, SDL_BITSPERPIXEL(format)); in lv_draw_sdl_texture_cache_put_advanced() 114 LV_LOG_INFO("cache texture %p, %d*%d@%dbpp", texture, width, height, SDL_BITSPERPIXEL(format)); in lv_draw_sdl_texture_cache_put_advanced() 150 LV_LOG_INFO("destroy texture %p", value->texture); in draw_cache_free_value()
|
/lvgl-3.4.0/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 197 LV_LOG_INFO("frame refresh period = %d ms, rate = %d fps", in lv_ffmpeg_player_set_src() 228 LV_LOG_INFO("ffmpeg player start"); in lv_ffmpeg_player_set_cmd() 234 LV_LOG_INFO("ffmpeg player stop"); in lv_ffmpeg_player_set_cmd() 238 LV_LOG_INFO("ffmpeg player pause"); in lv_ffmpeg_player_set_cmd() 242 LV_LOG_INFO("ffmpeg player resume"); in lv_ffmpeg_player_set_cmd() 746 LV_LOG_INFO("alloc video_src_bufsize = %d", ret); in ffmpeg_image_allocate() 761 LV_LOG_INFO("allocate video_dst_bufsize = %d", ret); in ffmpeg_image_allocate() 809 LV_LOG_INFO("ffmpeg_ctx closed"); in ffmpeg_close()
|
/lvgl-3.4.0/src/widgets/ |
D | lv_btn.c | 51 LV_LOG_INFO("begin"); in lv_btn_create()
|
D | lv_objx_templ.c | 64 LV_LOG_INFO("begin"); in lv_templ_create()
|
D | lv_line.c | 56 LV_LOG_INFO("begin"); in lv_line_create()
|
D | lv_switch.c | 75 LV_LOG_INFO("begin"); in lv_switch_create()
|
D | lv_checkbox.c | 58 LV_LOG_INFO("begin"); in lv_checkbox_create()
|
/lvgl-3.4.0/src/draw/ |
D | lv_img_cache.c | 113 LV_LOG_INFO("image draw: cache miss, close and reuse an entry"); in _lv_img_cache_open() 116 LV_LOG_INFO("image draw: cache miss, cached to an empty entry"); in _lv_img_cache_open()
|
/lvgl-3.4.0/src/core/ |
D | lv_indev.c | 413 LV_LOG_INFO("%d key is pressed", data->key); in indev_keypad_proc() 497 LV_LOG_INFO("%d key is released", data->key); in indev_keypad_proc() 559 LV_LOG_INFO("pressed"); in indev_encoder_proc() 607 LV_LOG_INFO("toggling edit mode"); in indev_encoder_proc() 648 LV_LOG_INFO("released"); in indev_encoder_proc() 689 LV_LOG_INFO("entering edit mode"); in indev_encoder_proc() 703 LV_LOG_INFO("rotated by %+d (edit)", data->enc_diff); in indev_encoder_proc() 714 LV_LOG_INFO("rotated by %+d (nav)", data->enc_diff); in indev_encoder_proc() 746 LV_LOG_INFO("button %d is pressed (x:%d y:%d)", data->btn_id, x, y); in indev_button_proc() 749 LV_LOG_INFO("button %d is released (x:%d y:%d)", data->btn_id, x, y); in indev_button_proc() [all …]
|
D | lv_group.c | 119 LV_LOG_INFO("the object is already added to this group"); in lv_group_add_obj() 130 LV_LOG_INFO("changing object's group"); in lv_group_add_obj()
|
D | lv_obj.c | 100 LV_LOG_INFO("begin"); in lv_init() 192 LV_LOG_INFO("lv_deinit done"); in lv_deinit() 202 LV_LOG_INFO("begin"); in lv_obj_create()
|
/lvgl-3.4.0/src/extra/widgets/tileview/ |
D | lv_tileview.c | 55 LV_LOG_INFO("begin"); in lv_tileview_create() 67 LV_LOG_INFO("begin"); in lv_tileview_add_tile()
|
/lvgl-3.4.0/src/extra/widgets/menu/ |
D | lv_menu.c | 114 LV_LOG_INFO("begin"); in lv_menu_create() 122 LV_LOG_INFO("begin"); in lv_menu_page_create() 134 LV_LOG_INFO("begin"); in lv_menu_cont_create() 142 LV_LOG_INFO("begin"); in lv_menu_section_create() 150 LV_LOG_INFO("begin"); in lv_menu_separator_create()
|
/lvgl-3.4.0/src/extra/widgets/win/ |
D | lv_win.c | 47 LV_LOG_INFO("begin"); in lv_win_create()
|
/lvgl-3.4.0/src/extra/libs/rlottie/ |
D | lv_rlottie.c | 63 LV_LOG_INFO("begin"); in lv_rlottie_create_from_file() 79 LV_LOG_INFO("begin"); in lv_rlottie_create_from_raw()
|
/lvgl-3.4.0/src/extra/widgets/animimg/ |
D | lv_animimg.c | 61 LV_LOG_INFO("begin"); in lv_animimg_create()
|
/lvgl-3.4.0/src/extra/libs/gif/ |
D | lv_gif.c | 52 LV_LOG_INFO("begin"); in lv_gif_create()
|
/lvgl-3.4.0/src/extra/widgets/led/ |
D | lv_led.c | 56 LV_LOG_INFO("begin"); in lv_led_create()
|
/lvgl-3.4.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 61 LV_LOG_INFO("begin"); in lv_qrcode_create()
|
/lvgl-3.4.0/src/extra/widgets/msgbox/ |
D | lv_msgbox.c | 64 LV_LOG_INFO("begin"); in lv_msgbox_create()
|
/lvgl-3.4.0/tests/src/test_cases/ |
D | test_font_loader.c | 197 LV_LOG_INFO("No differences found!"); in compare_fonts()
|
/lvgl-3.4.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 58 LV_LOG_INFO("begin"); in lv_tabview_create()
|
/lvgl-3.4.0/src/extra/widgets/imgbtn/ |
D | lv_imgbtn.c | 58 LV_LOG_INFO("begin"); in lv_imgbtn_create()
|