Home
last modified time | relevance | path

Searched refs:LV_LOG_WARN (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_disp.c46 LV_LOG_WARN("lv_scr_act: no display registered to get its top layer"); in lv_disp_get_scr_act()
75 LV_LOG_WARN("lv_layer_top: no display registered to get its top layer"); in lv_disp_get_layer_top()
92 LV_LOG_WARN("lv_layer_sys: no display registered to get its top layer"); in lv_disp_get_layer_sys()
107 LV_LOG_WARN("lv_disp_assign_screen: try to assign a non-screen object"); in lv_disp_assign_screen()
128 LV_LOG_WARN("lv_disp_get_refr_task: no display registered"); in lv_disp_get_refr_task()
144 LV_LOG_WARN("lv_disp_get_inactive_time: no display registered"); in lv_disp_get_inactive_time()
169 LV_LOG_WARN("lv_disp_trig_activity: no display registered"); in lv_disp_trig_activity()
A Dlv_obj.c79 LV_LOG_WARN("lv_init: already inited"); in lv_init()
140LV_LOG_WARN("lv_obj_create: not display created to so far. No place to assign the new screen"); in lv_obj_create()
535 LV_LOG_WARN("Can't set the parent of a screen"); in lv_obj_set_parent()
540 LV_LOG_WARN("Can't set parent == NULL to an object"); in lv_obj_set_parent()
1055 LV_LOG_WARN("lv_obj_realaign: no effect because LV_USE_OBJ_REALIGN = 0"); in lv_obj_realign()
1072 LV_LOG_WARN("lv_obj_set_auto_realign: no effect because LV_USE_OBJ_REALIGN = 0"); in lv_obj_set_auto_realign()
1515 LV_LOG_WARN("lv_scr_get_disp: screen not found") in lv_obj_get_disp()
A Dlv_refr.c334 LV_LOG_WARN("Can't set VDB height using the round function. (Wrong round_cb or to " in lv_refr_area()
A Dlv_indev.c312 LV_LOG_WARN("lv_indev_get_read_task: indev was NULL"); in lv_indev_get_read_task()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_img_decoder.c70 LV_LOG_WARN("lv_img_decoder_init: out of memory"); in lv_img_decoder_init()
291 LV_LOG_WARN("Image get info found unknown src type"); in lv_img_decoder_built_in_info()
315 LV_LOG_WARN("Built-in image decoder can't open the file"); in lv_img_decoder_built_in_open()
339 LV_LOG_WARN("Image built-in decoder cannot read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_open()
407 LV_LOG_WARN("Indexed (palette) images are not enabled in lv_conf.h. See LV_IMG_CF_INDEXED"); in lv_img_decoder_built_in_open()
418 LV_LOG_WARN("Alpha indexed images are not enabled in lv_conf.h. See LV_IMG_CF_ALPHA"); in lv_img_decoder_built_in_open()
427 LV_LOG_WARN("Image decoder open: unknown color format") in lv_img_decoder_built_in_open()
465 LV_LOG_WARN("Built-in image decoder read not supports the color format"); in lv_img_decoder_built_in_read_line()
514 LV_LOG_WARN("Built-in image decoder seek failed"); in lv_img_decoder_built_in_line_true_color()
521 LV_LOG_WARN("Built-in image decoder read failed"); in lv_img_decoder_built_in_line_true_color()
[all …]
A Dlv_draw_img.c51 LV_LOG_WARN("Image draw: src is NULL"); in lv_draw_img()
61 LV_LOG_WARN("Image draw error"); in lv_draw_img()
83 LV_LOG_WARN("lv_canvas_get_px: x is too large (out of canvas)"); in lv_img_buf_get_px_color()
86 LV_LOG_WARN("lv_canvas_get_px: x is < 0 (out of canvas)"); in lv_img_buf_get_px_color()
94 LV_LOG_WARN("lv_canvas_get_px: y is < 0 (out of canvas)"); in lv_img_buf_get_px_color()
165 LV_LOG_WARN("lv_canvas_get_px: x is < 0 (out of canvas)"); in lv_img_buf_get_px_alpha()
173 LV_LOG_WARN("lv_canvas_get_px: y is < 0 (out of canvas)"); in lv_img_buf_get_px_alpha()
353 LV_LOG_WARN("lv_img_buf_set_px_alpha: invalid 'id'"); in lv_img_buf_set_palette()
461 LV_LOG_WARN("lv_img_src_get_type: unknown image type"); in lv_img_src_get_type()
494 LV_LOG_WARN("Image draw error"); in lv_img_draw_core()
[all …]
A Dlv_img_cache.c65 LV_LOG_WARN("lv_img_cache_open: the cache size is 0"); in lv_img_cache_open()
118 LV_LOG_WARN("Image draw cannot open the image resource"); in lv_img_cache_open()
A Dlv_draw_basic.c247 LV_LOG_WARN("Font: character's bitmap not found"); in lv_draw_letter()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_log.h92 #define LV_LOG_WARN(dsc) lv_log_add(LV_LOG_LEVEL_WARN, __FILE__, __LINE__, dsc); macro
94 #define LV_LOG_WARN(dsc) … macro
124 #define LV_LOG_WARN(dsc) … macro
A Dlv_mem.c165 if(alloc == NULL) LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_alloc()
256 if(new_p == NULL) LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_realloc()
266 if(new_p == NULL) LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_realloc()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_table.c137 LV_LOG_WARN("lv_table_set_cell_value: invalid row or column"); in lv_table_set_cell_value()
198 LV_LOG_WARN("lv_table_set_col_cnt: too many columns. Must be < LV_TABLE_COL_MAX."); in lv_table_set_col_cnt()
251 LV_LOG_WARN("lv_table_set_cell_align: invalid row or column"); in lv_table_set_cell_align()
279 LV_LOG_WARN("lv_table_set_cell_type: invalid row or column"); in lv_table_set_cell_type()
310 LV_LOG_WARN("lv_table_set_cell_crop: invalid row or column"); in lv_table_set_cell_crop()
338 LV_LOG_WARN("lv_table_set_cell_merge_right: invalid row or column"); in lv_table_set_cell_merge_right()
406 LV_LOG_WARN("lv_table_set_cell_value: invalid row or column"); in lv_table_get_cell_value()
467 LV_LOG_WARN("lv_table_set_cell_align: invalid row or column"); in lv_table_get_cell_align()
492 LV_LOG_WARN("lv_table_get_cell_type: invalid row or column"); in lv_table_get_cell_type()
517 LV_LOG_WARN("lv_table_get_cell_crop: invalid row or column"); in lv_table_get_cell_crop()
[all …]
A Dlv_img.c132 default: LV_LOG_WARN("lv_img_set_src: unknown type"); in lv_img_set_src()
138 LV_LOG_WARN("lv_img_set_src: unknown image type"); in lv_img_set_src()
365 LV_LOG_WARN("lv_img_design: image source type is unknown"); in lv_img_design()
A Dlv_btn.c209 LV_LOG_WARN("`lv_btn_set_ink_ink_time` has no effect if LV_BTN_INK_EFEFCT or LV_USE_ANIMATION " in lv_btn_set_ink_in_time()
228 LV_LOG_WARN("`lv_btn_set_ink_wait_time` has no effect if LV_BTN_INK_EFEFCT or LV_USE_ANIMATION " in lv_btn_set_ink_wait_time()
246 LV_LOG_WARN("`lv_btn_set_ink_out_time` has no effect if LV_BTN_INK_EFEFCT or LV_USE_ANIMATION " in lv_btn_set_ink_out_time()
A Dlv_canvas.c238 LV_LOG_WARN("lv_canvas_copy_buf: x or y out of the canvas"); in lv_canvas_copy_buf()
582 LV_LOG_WARN("lv_canvas_draw_img: Couldn't get the image data."); in lv_canvas_draw_img()
A Dlv_ddlist.c353 LV_LOG_WARN("lv_ddlist_get_selected_str: the buffer was too small") in lv_ddlist_get_selected_str()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.c73 LV_LOG_WARN("lv_indev_drv_register: no display registered hence can't attache the indev to " in lv_indev_drv_register()
149 LV_LOG_WARN("indev function registered"); in lv_indev_read()

Completed in 26 milliseconds