| /lvgl-latest/src/others/font_manager/ |
| D | lv_font_manager_recycle.c | 66 LV_LOG_INFO("success"); in lv_font_manager_recycle_create() 87 LV_LOG_INFO("success"); in lv_font_manager_recycle_delete() 97 LV_LOG_INFO("font: %s(%d) searching...", ft_info->name, ft_info->size); in lv_font_manager_recycle_get_reuse() 104 LV_LOG_INFO("found font: %p", (void *)font); in lv_font_manager_recycle_get_reuse() 113 LV_LOG_INFO("NOT found"); in lv_font_manager_recycle_get_reuse() 128 LV_LOG_INFO("recycle full, remove tail font..."); in lv_font_manager_recycle_set_reuse() 144 LV_LOG_INFO("insert font: %s(%d) to reuse list", ft_info->name, ft_info->size); in lv_font_manager_recycle_set_reuse() 156 LV_LOG_INFO("font: %s(%d) close", recycle->ft_info.name, recycle->ft_info.size); in lv_font_recycle_close()
|
| D | lv_font_manager.c | 103 LV_LOG_INFO("success"); in lv_font_manager_create() 135 LV_LOG_INFO("success"); in lv_font_manager_delete() 254 LV_LOG_INFO("success"); in lv_font_manager_create_font_single() 264 LV_LOG_INFO("LV_FONT_DEFAULT can not be deleted"); in lv_font_manager_delete_font_single() 285 LV_LOG_INFO("success"); in lv_font_manager_delete_font_single() 316 LV_LOG_INFO("font-family: %s", family_str); in lv_font_manager_create_font_family() 404 LV_LOG_INFO("name: %s, path: %s add success", name, path); in lv_font_manager_add_path_core() 468 LV_LOG_INFO("font: %p(%d) matched", (void *)font, (int)font->line_height); in lv_font_manager_search_rec_node() 485 LV_LOG_INFO("font: %s(%d) matched", ft_info->name, ft_info->size); in lv_font_manager_search_refer_node() 544 LV_LOG_INFO("refer_node existed, ref_cnt++ = %d", refer_node->ref_cnt); in lv_font_manager_get_freetype_font() [all …]
|
| /lvgl-latest/src/misc/ |
| D | lv_log.h | 105 #ifndef LV_LOG_INFO 107 # define LV_LOG_INFO(...) lv_log_add(LV_LOG_LEVEL_INFO, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA… macro 109 # define LV_LOG_INFO(...) do {}while(0) macro 150 #define LV_LOG_INFO(...) do {}while(0) macro
|
| /lvgl-latest/src/stdlib/ |
| D | lv_mem.c | 73 LV_LOG_INFO("couldn't allocate memory (%lu bytes)", (unsigned long)size); in lv_malloc() 77 LV_LOG_INFO("used: %zu (%3d %%), frag: %3d %%, biggest free: %zu", in lv_malloc() 102 LV_LOG_INFO("couldn't allocate memory (%lu bytes)", (unsigned long)size); in lv_malloc_zeroed() 106 LV_LOG_INFO("used: %zu (%3d %%), frag: %3d %%, biggest free: %zu", in lv_malloc_zeroed()
|
| /lvgl-latest/src/widgets/list/ |
| D | lv_list.c | 68 LV_LOG_INFO("begin"); in lv_list_create() 77 LV_LOG_INFO("begin"); in lv_list_add_text() 87 LV_LOG_INFO("begin"); in lv_list_add_button()
|
| /lvgl-latest/src/libs/barcode/ |
| D | lv_barcode.c | 57 LV_LOG_INFO("begin"); in lv_barcode_create() 120 LV_LOG_INFO("data: %s, len = %zu", data, len); in lv_barcode_update() 131 LV_LOG_INFO("barcode width = %" LV_PRId32, barcode_w); in lv_barcode_update() 282 LV_LOG_INFO("set canvas buffer: %p, width = %" LV_PRId32, (void *)new_buf, w); in lv_barcode_change_buf_size()
|
| /lvgl-latest/src/drivers/display/fb/ |
| D | lv_linux_fbdev.c | 135 LV_LOG_INFO("The framebuffer device was opened successfully"); in lv_linux_fbdev_set_file() 181 LV_LOG_INFO("%dx%d, %dbpp", dsc->vinfo.xres, dsc->vinfo.yres, dsc->vinfo.bits_per_pixel); in lv_linux_fbdev_set_file() 196 LV_LOG_INFO("The framebuffer device was mapped to memory successfully"); in lv_linux_fbdev_set_file() 239 LV_LOG_INFO("Resolution is set to %" LV_PRId32 "x%" LV_PRId32 " at %" LV_PRId32 "dpi", in lv_linux_fbdev_set_file()
|
| /lvgl-latest/src/libs/ffmpeg/ |
| D | lv_ffmpeg.c | 201 LV_LOG_INFO("frame refresh period = %d ms, rate = %d fps", in lv_ffmpeg_player_set_src() 232 LV_LOG_INFO("ffmpeg player start"); in lv_ffmpeg_player_set_cmd() 238 LV_LOG_INFO("ffmpeg player stop"); in lv_ffmpeg_player_set_cmd() 242 LV_LOG_INFO("ffmpeg player pause"); in lv_ffmpeg_player_set_cmd() 246 LV_LOG_INFO("ffmpeg player resume"); in lv_ffmpeg_player_set_cmd() 818 LV_LOG_INFO("alloc video_src_bufsize = %d", ret); in ffmpeg_image_allocate() 833 LV_LOG_INFO("allocate video_dst_bufsize = %d", ret); in ffmpeg_image_allocate() 891 LV_LOG_INFO("ffmpeg_ctx closed"); in ffmpeg_close()
|
| /lvgl-latest/src/widgets/button/ |
| D | lv_button.c | 51 LV_LOG_INFO("begin"); in lv_button_create()
|
| /lvgl-latest/src/libs/freetype/ |
| D | lv_freetype.c | 306 LV_LOG_INFO("reuse face_id: %s, ref_cnt = %d", node->pathname, node->ref_cnt); in lv_freetype_req_face_id() 331 LV_LOG_INFO("add face_id: %s", node->pathname); in lv_freetype_req_face_id() 343 LV_LOG_INFO("found face_id: %s, ref_cnt = %d", node->pathname, node->ref_cnt); in lv_freetype_drop_face_id() 346 LV_LOG_INFO("drop face_id: %s", node->pathname); in lv_freetype_drop_face_id()
|
| /lvgl-latest/src/draw/nema_gfx/ |
| D | lv_draw_nema_gfx.c | 336 LV_LOG_INFO("Cancel NemaGFX draw thread."); in nema_gfx_delete() 371 LV_LOG_INFO("Ready to exit NemaGFX draw thread."); in nema_gfx_render_thread_cb() 389 LV_LOG_INFO("Exit NemaGFX draw thread."); in nema_gfx_render_thread_cb()
|
| /lvgl-latest/src/drivers/nuttx/ |
| D | lv_nuttx_image_cache.c | 112 …LV_LOG_INFO("Image cache is not initialized yet. Skipping deferred initialization. Because max_siz… in defer_init() 192 …LV_LOG_INFO("appears to be out of memory. attempting to evict one cache entry. with allocated size… in malloc_cb()
|
| /lvgl-latest/src/draw/sw/ |
| D | lv_draw_sw.c | 114 LV_LOG_INFO("cancel software rendering thread"); in lv_draw_sw_delete() 236 LV_LOG_INFO("ready to exit software rendering thread"); in render_thread_cb() 245 LV_LOG_INFO("exit software rendering thread"); in render_thread_cb()
|
| /lvgl-latest/src/widgets/menu/ |
| D | lv_menu.c | 121 LV_LOG_INFO("begin"); in lv_menu_create() 131 LV_LOG_INFO("begin"); in lv_menu_page_create() 148 LV_LOG_INFO("begin"); in lv_menu_cont_create() 158 LV_LOG_INFO("begin"); in lv_menu_section_create() 168 LV_LOG_INFO("begin"); in lv_menu_separator_create() 402 LV_LOG_INFO("begin"); in lv_menu_set_page_title() 429 LV_LOG_INFO("begin"); in lv_menu_set_page_title_static()
|
| /lvgl-latest/src/ |
| D | lv_init.c | 178 LV_LOG_INFO("begin"); in lv_init() 488 LV_LOG_INFO("lv_deinit done"); in lv_deinit()
|
| /lvgl-latest/src/widgets/objx_templ/ |
| D | lv_objx_templ.c | 65 LV_LOG_INFO("begin"); in lv_templ_create()
|
| /lvgl-latest/src/widgets/tileview/ |
| D | lv_tileview.c | 58 LV_LOG_INFO("begin"); in lv_tileview_create() 70 LV_LOG_INFO("begin"); in lv_tileview_add_tile()
|
| /lvgl-latest/src/libs/qrcode/ |
| D | lv_qrcode.c | 53 LV_LOG_INFO("begin"); in lv_qrcode_create() 71 LV_LOG_INFO("set canvas buffer: %p, size = %d", (void *)new_buf, (int)size); in lv_qrcode_set_size()
|
| /lvgl-latest/src/draw/nxp/pxp/ |
| D | lv_draw_pxp.c | 361 LV_LOG_INFO("Cancel PXP draw thread."); in _pxp_delete() 472 LV_LOG_INFO("Ready to exit PXP draw thread."); in _pxp_render_thread_cb() 490 LV_LOG_INFO("Exit PXP draw thread."); in _pxp_render_thread_cb()
|
| /lvgl-latest/src/indev/ |
| D | lv_indev.c | 785 LV_LOG_INFO("%" LV_PRIu32 " key is pressed", data->key); in indev_keypad_proc() 871 LV_LOG_INFO("%" LV_PRIu32 " key is released", data->key); in indev_keypad_proc() 930 LV_LOG_INFO("pressed"); in indev_encoder_proc() 987 LV_LOG_INFO("toggling edit mode"); in indev_encoder_proc() 1031 LV_LOG_INFO("released"); in indev_encoder_proc() 1072 LV_LOG_INFO("entering edit mode"); in indev_encoder_proc() 1086 LV_LOG_INFO("rotated by %+d (edit)", data->enc_diff); in indev_encoder_proc() 1103 LV_LOG_INFO("rotated by %+d (nav)", data->enc_diff); in indev_encoder_proc() 1140 … LV_LOG_INFO("button %" LV_PRIu32 " is pressed (x:%d y:%d)", data->btn_id, (int)x, (int)y); in indev_button_proc() 1143 … LV_LOG_INFO("button %" LV_PRIu32 " is released (x:%d y:%d)", data->btn_id, (int)x, (int)y); in indev_button_proc() [all …]
|
| /lvgl-latest/src/libs/rlottie/ |
| D | lv_rlottie.c | 72 LV_LOG_INFO("begin"); in lv_rlottie_create_from_file() 86 LV_LOG_INFO("begin"); in lv_rlottie_create_from_raw()
|
| /lvgl-latest/src/widgets/win/ |
| D | lv_win.c | 48 LV_LOG_INFO("begin"); in lv_win_create()
|
| /lvgl-latest/src/draw/nxp/vglite/ |
| D | lv_draw_vglite.c | 362 LV_LOG_INFO("Cancel VGLite draw thread."); in _vglite_delete() 564 LV_LOG_INFO("Ready to exit VGLite draw thread."); in _vglite_render_thread_cb() 596 LV_LOG_INFO("Exit VGLite draw thread."); in _vglite_render_thread_cb()
|
| /lvgl-latest/src/drivers/display/drm/ |
| D | lv_linux_drm.c | 156 LV_LOG_INFO("DRM subsystem and buffer mapped successfully"); in lv_linux_drm_set_file() 174 LV_LOG_INFO("Resolution is set to %" LV_PRId32 "x%" LV_PRId32 " at %" LV_PRId32 "dpi", in lv_linux_drm_set_file() 714 LV_LOG_INFO("drm: Found plane_id: %u connector_id: %d crtc_id: %d", in drm_setup() 717 LV_LOG_INFO("drm: %dx%d (%dmm X% dmm) pixel format %c%c%c%c", in drm_setup() 760 LV_LOG_INFO("size %lu pitch %u offset %u", buf->size, buf->pitch, buf->offset); in drm_allocate_dumb()
|
| /lvgl-latest/src/drivers/sdl/ |
| D | lv_sdl_mousewheel.c | 82 LV_LOG_INFO("done"); in release_indev_cb()
|