Home
last modified time | relevance | path

Searched refs:LV_ASSERT_MALLOC (Results 1 – 25 of 39) sorted by relevance

12

/lvgl-3.7.0/src/misc/
Dlv_assert.h64 # define LV_ASSERT_MALLOC(p) LV_ASSERT_MSG(p != NULL, "Out of memory"); macro
66 # define LV_ASSERT_MALLOC(p)
Dlv_anim_timeline.c55 LV_ASSERT_MALLOC(at); in lv_anim_timeline_create()
79 LV_ASSERT_MALLOC(at->anim_dsc); in lv_anim_timeline_add()
Dlv_fs.c96 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()
Dlv_txt.c462 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()
Dlv_timer.c172 LV_ASSERT_MALLOC(new_timer); in lv_timer_create()
/lvgl-3.7.0/src/extra/others/snapshot/
Dlv_snapshot.c132 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/
Dlv_qrcode.c105 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/
Dlv_msgbox.c69 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/
Dlv_img_decoder.c64 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()
Dlv_draw_layer.c43 LV_ASSERT_MALLOC(layer_ctx); in lv_draw_layer_create()
Dlv_img_cache.c163 LV_ASSERT_MALLOC(LV_GC_ROOT(_lv_img_cache_array)); in lv_img_cache_set_size()
/lvgl-3.7.0/src/widgets/
Dlv_table.c113 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 …]
Dlv_textarea.c146 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()
Dlv_label.c102 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()
Dlv_dropdown.c144 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/
Dlv_event.c166 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()
Dlv_group.c53 LV_ASSERT_MALLOC(group); in lv_group_create()
143 LV_ASSERT_MALLOC(next); in lv_group_add_obj()
/lvgl-3.7.0/src/hal/
Dlv_hal_indev.c87 LV_ASSERT_MALLOC(indev); in lv_indev_drv_register()
Dlv_hal_disp.c169 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/
Dlv_msg.c65 LV_ASSERT_MALLOC(s); in lv_msg_subsribe()
/lvgl-3.7.0/src/extra/widgets/meter/
Dlv_meter.c72 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/
Dlv_monkey.c71 LV_ASSERT_MALLOC(monkey); in lv_monkey_create()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c192 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/
Dlv_bmp.c175 LV_ASSERT_MALLOC(dsc->user_data); in decoder_open()
/lvgl-3.7.0/src/extra/widgets/chart/
Dlv_chart.c94 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()

12