/lvgl-3.7.0/src/misc/ |
D | lv_assert.h | 64 # define LV_ASSERT_MALLOC(p) LV_ASSERT_MSG(p != NULL, "Out of memory"); macro 66 # define LV_ASSERT_MALLOC(p)
|
D | lv_anim_timeline.c | 55 LV_ASSERT_MALLOC(at); in lv_anim_timeline_create() 79 LV_ASSERT_MALLOC(at->anim_dsc); in lv_anim_timeline_add()
|
D | lv_fs.c | 96 LV_ASSERT_MALLOC(file_p->cache); in lv_fs_open() 183 LV_ASSERT_MALLOC(file_p->cache->buffer); in lv_fs_read_cached() 403 LV_ASSERT_MALLOC(new_drv); in lv_fs_drv_register()
|
D | lv_txt.c | 462 LV_ASSERT_MALLOC(raw_txt); in _lv_txt_set_text_vfmt() 472 LV_ASSERT_MALLOC(text); in _lv_txt_set_text_vfmt() 481 LV_ASSERT_MALLOC(text); in _lv_txt_set_text_vfmt()
|
D | lv_timer.c | 172 LV_ASSERT_MALLOC(new_timer); in lv_timer_create()
|
/lvgl-3.7.0/src/extra/others/snapshot/ |
D | lv_snapshot.c | 132 LV_ASSERT_MALLOC(draw_ctx); in lv_snapshot_take_to_buf() 171 LV_ASSERT_MALLOC(buf); in lv_snapshot_take() 177 LV_ASSERT_MALLOC(buf); in lv_snapshot_take()
|
/lvgl-3.7.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 105 LV_ASSERT_MALLOC(qr0); in lv_qrcode_update() 107 LV_ASSERT_MALLOC(data_tmp); in lv_qrcode_update() 196 LV_ASSERT_MALLOC(buf); in lv_qrcode_constructor()
|
/lvgl-3.7.0/src/extra/widgets/msgbox/ |
D | lv_msgbox.c | 69 LV_ASSERT_MALLOC(parent); in lv_msgbox_create() 76 LV_ASSERT_MALLOC(obj); in lv_msgbox_create() 109 LV_ASSERT_MALLOC(mbox->content); in lv_msgbox_create()
|
/lvgl-3.7.0/src/draw/ |
D | lv_img_decoder.c | 64 LV_ASSERT_MALLOC(decoder); in _lv_img_decoder_init() 125 LV_ASSERT_MALLOC(dsc->src); in lv_img_decoder_open() 208 LV_ASSERT_MALLOC(decoder); in lv_img_decoder_create() 343 LV_ASSERT_MALLOC(dsc->user_data); in lv_img_decoder_built_in_open() 412 LV_ASSERT_MALLOC(dsc->user_data); in lv_img_decoder_built_in_open() 422 LV_ASSERT_MALLOC(user_data->palette); in lv_img_decoder_built_in_open() 424 LV_ASSERT_MALLOC(user_data->opa); in lv_img_decoder_built_in_open()
|
D | lv_draw_layer.c | 43 LV_ASSERT_MALLOC(layer_ctx); in lv_draw_layer_create()
|
D | lv_img_cache.c | 163 LV_ASSERT_MALLOC(LV_GC_ROOT(_lv_img_cache_array)); in lv_img_cache_set_size()
|
/lvgl-3.7.0/src/widgets/ |
D | lv_table.c | 113 LV_ASSERT_MALLOC(table->cell_data[cell]); in lv_table_set_cell_value() 164 LV_ASSERT_MALLOC(raw_txt); in lv_table_set_cell_value_fmt() 175 LV_ASSERT_MALLOC(table->cell_data[cell]); in lv_table_set_cell_value_fmt() 186 LV_ASSERT_MALLOC(table->cell_data[cell]); in lv_table_set_cell_value_fmt() 218 LV_ASSERT_MALLOC(table->row_h); in lv_table_set_row_cnt() 238 LV_ASSERT_MALLOC(table->cell_data); in lv_table_set_row_cnt() 263 LV_ASSERT_MALLOC(new_cell_data); in lv_table_set_col_cnt() 301 LV_ASSERT_MALLOC(table->col_w); in lv_table_set_col_cnt() 339 LV_ASSERT_MALLOC(table->cell_data[cell]); in lv_table_add_cell_ctrl() 366 LV_ASSERT_MALLOC(table->cell_data[cell]); in lv_table_clear_cell_ctrl() [all …]
|
D | lv_textarea.c | 146 LV_ASSERT_MALLOC(ta->pwd_tmp); in lv_textarea_add_char() 196 LV_ASSERT_MALLOC(ta->pwd_tmp); in lv_textarea_add_text() 244 LV_ASSERT_MALLOC(ta->pwd_tmp); in lv_textarea_del_char() 304 LV_ASSERT_MALLOC(ta->pwd_tmp); in lv_textarea_set_text() 331 LV_ASSERT_MALLOC(ta->placeholder_txt); in lv_textarea_set_placeholder_text() 418 LV_ASSERT_MALLOC(ta->pwd_tmp); in lv_textarea_set_password_mode() 455 LV_ASSERT_MALLOC(ta->pwd_bullet); in lv_textarea_set_password_bullet()
|
D | lv_label.c | 102 LV_ASSERT_MALLOC(label->text); in lv_label_set_text() 110 LV_ASSERT_MALLOC(label->text); in lv_label_set_text() 125 LV_ASSERT_MALLOC(label->text); in lv_label_set_text() 135 LV_ASSERT_MALLOC(label->text); in lv_label_set_text() 655 LV_ASSERT_MALLOC(label->text); in lv_label_ins_text()
|
D | lv_dropdown.c | 144 LV_ASSERT_MALLOC(dropdown->options); in lv_dropdown_set_options() 202 LV_ASSERT_MALLOC(dropdown->options); in lv_dropdown_add_option() 219 LV_ASSERT_MALLOC(dropdown->options); in lv_dropdown_add_option() 242 LV_ASSERT_MALLOC(ins_buf); in lv_dropdown_add_option()
|
/lvgl-3.7.0/src/core/ |
D | lv_event.c | 166 LV_ASSERT_MALLOC(obj->spec_attr->event_dsc); in lv_obj_add_event_cb() 190 LV_ASSERT_MALLOC(obj->spec_attr->event_dsc); in lv_obj_remove_event_cb() 215 LV_ASSERT_MALLOC(obj->spec_attr->event_dsc); in lv_obj_remove_event_cb_with_user_data() 239 LV_ASSERT_MALLOC(obj->spec_attr->event_dsc); in lv_obj_remove_event_dsc()
|
D | lv_group.c | 53 LV_ASSERT_MALLOC(group); in lv_group_create() 143 LV_ASSERT_MALLOC(next); in lv_group_add_obj()
|
/lvgl-3.7.0/src/hal/ |
D | lv_hal_indev.c | 87 LV_ASSERT_MALLOC(indev); in lv_indev_drv_register()
|
D | lv_hal_disp.c | 169 LV_ASSERT_MALLOC(disp); in lv_disp_drv_register() 177 LV_ASSERT_MALLOC(draw_ctx); in lv_disp_drv_register() 196 LV_ASSERT_MALLOC(disp->refr_timer); in lv_disp_drv_register()
|
/lvgl-3.7.0/src/extra/others/msg/ |
D | lv_msg.c | 65 LV_ASSERT_MALLOC(s); in lv_msg_subsribe()
|
/lvgl-3.7.0/src/extra/widgets/meter/ |
D | lv_meter.c | 72 LV_ASSERT_MALLOC(scale); in lv_meter_add_scale() 128 LV_ASSERT_MALLOC(indic); in lv_meter_add_needle_line() 148 LV_ASSERT_MALLOC(indic); in lv_meter_add_needle_img() 168 LV_ASSERT_MALLOC(indic); in lv_meter_add_arc() 188 LV_ASSERT_MALLOC(indic); in lv_meter_add_scale_lines()
|
/lvgl-3.7.0/src/extra/others/monkey/ |
D | lv_monkey.c | 71 LV_ASSERT_MALLOC(monkey); in lv_monkey_create()
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 192 LV_ASSERT_MALLOC(item); in allocate_item() 244 LV_ASSERT_MALLOC(LV_GC_ROOT(_lv_grad_cache_mem)); in lv_gradient_set_cache_size()
|
/lvgl-3.7.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 175 LV_ASSERT_MALLOC(dsc->user_data); in decoder_open()
|
/lvgl-3.7.0/src/extra/widgets/chart/ |
D | lv_chart.c | 94 LV_ASSERT_MALLOC(ser->x_points); in lv_chart_set_type() 349 LV_ASSERT_MALLOC(ser); in lv_chart_add_series() 356 LV_ASSERT_MALLOC(ser->y_points); in lv_chart_add_series() 360 LV_ASSERT_MALLOC(ser->x_points); in lv_chart_add_series() 453 LV_ASSERT_MALLOC(cursor); in lv_chart_add_cursor() 1753 LV_ASSERT_MALLOC(new_points); in new_points_alloc() 1778 LV_ASSERT_MALLOC((*a)); in new_points_alloc()
|