Searched refs:msg (Results 1 – 4 of 4) sorted by relevance
/lvgl-2.7.6/src/lv_misc/ |
D | lv_debug.c | 90 void lv_debug_log_error(const char * msg, uint64_t value) in lv_debug_log_error() argument 94 size_t msg_len = strlen(msg); in lv_debug_log_error() 102 _lv_memcpy(bufp, msg, msg_len); in lv_debug_log_error() 130 LV_LOG_ERROR(msg); in lv_debug_log_error()
|
D | lv_debug.h | 38 void lv_debug_log_error(const char * msg, uint64_t value); 45 #define LV_DEBUG_ASSERT(expr, msg, value) \ argument 49 lv_debug_log_error(msg, (uint64_t)((uintptr_t)value)); \ 118 #define LV_DEBUG_ASSERT(expr, msg, value) do{}while(0)
|
/lvgl-2.7.6/scripts/ |
D | release.py | 438 msg = 'Update to ' + ver_str 440 cmd('git commit -am "' + msg + '"') 442 cmd("git tag -a " + ver_str + " -m '" + msg + "' " )
|
/lvgl-2.7.6/src/lv_draw/ |
D | lv_draw_img.c | 39 static void show_error(const lv_area_t * coords, const lv_area_t * clip_area, const char * msg); 618 static void show_error(const lv_area_t * coords, const lv_area_t * clip_area, const char * msg) in show_error() argument 627 lv_draw_label(coords, clip_area, &label_dsc, msg, NULL); in show_error()
|