/lvgl-latest/tests/src/test_cases/ |
D | test_click.c | 72 lv_memzero(&counts, sizeof(counts)); in test_click() 83 lv_memzero(&counts, sizeof(counts)); in test_click() 94 lv_memzero(&counts, sizeof(counts)); in test_click() 105 lv_memzero(&counts, sizeof(counts)); in test_click() 116 lv_memzero(&counts, sizeof(counts)); in test_click() 127 lv_memzero(&counts, sizeof(counts)); in test_click() 138 lv_memzero(&counts, sizeof(counts)); in test_click() 150 lv_memzero(&counts, sizeof(counts)); in test_click()
|
D | test_profiler.c | 53 lv_memzero(output_buf, sizeof(output_buf)); in test_profiler_normal() 81 lv_memzero(output_buf, sizeof(output_buf)); in test_profiler_disable()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask.c | 137 lv_memzero(&(_circle_cache[i]), sizeof(_circle_cache[i])); in lv_draw_sw_mask_cleanup() 145 lv_memzero(param, sizeof(lv_draw_sw_mask_line_param_t)); in lv_draw_sw_mask_line_points_init() 414 if(k >= 0 && k < len) lv_memzero(&mask_buf[k], len - k); in lv_draw_mask_line() 424 else if(k >= 0 && k < len) lv_memzero(&mask_buf[0], k); in lv_draw_mask_line() 543 lv_memzero(&mask_buf[0], k); in line_mask_flat() 552 lv_memzero(&mask_buf[k], len - k); in line_mask_flat() 623 if(k >= 0) lv_memzero(&mask_buf[0], k); in line_mask_steep() 629 else if(k > 0) lv_memzero(&mask_buf[k], len - k); in line_mask_steep() 658 else if(k > 0) lv_memzero(&mask_buf[0], k); in line_mask_steep() 663 if(k >= 0) lv_memzero(&mask_buf[k], len - k); in line_mask_steep() [all …]
|
D | lv_draw_sw_line.c | 124 lv_memzero(&blend_dsc, sizeof(blend_dsc)); in draw_line_hor() 199 lv_memzero(&blend_dsc, sizeof(blend_dsc)); in draw_line_ver() 357 lv_memzero(&blend_dsc, sizeof(blend_dsc)); in draw_line_skew() 368 lv_memzero(&mask_buf[mask_p], draw_area_w); in draw_line_skew()
|
D | lv_draw_sw_arc.c | 171 lv_memzero(circle_mask_tmp, width); in lv_draw_sw_arc() 191 lv_memzero(mask_buf, blend_w); in lv_draw_sw_arc() 198 lv_memzero(mask_buf, blend_w); in lv_draw_sw_arc()
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_entry.c | 102 lv_memzero(dsc, sizeof(lv_nuttx_dsc_t)); in lv_nuttx_dsc_init() 132 lv_memzero(result, sizeof(lv_nuttx_result_t)); in lv_nuttx_init() 280 lv_memzero(&uv_info, sizeof(uv_info)); in lv_nuttx_uv_loop()
|
D | lv_nuttx_fbdev.c | 222 lv_memzero(pfds, sizeof(pfds)); in display_refr_timer_cb() 262 lv_memzero(&final_inv_area, sizeof(final_inv_area)); in flush_cb() 335 lv_memzero(&pinfo, sizeof(pinfo)); in fbdev_init_mem2()
|
/lvgl-latest/src/stdlib/ |
D | lv_mem.c | 113 lv_memzero(alloc, size); in lv_malloc_zeroed() 173 lv_memzero(mon_p, sizeof(lv_mem_monitor_t)); in lv_mem_monitor()
|
D | lv_string.h | 73 static inline void lv_memzero(void * dst, size_t len) in lv_memzero() function
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 536 lv_memzero(pinyin_ime->input_char, sizeof(pinyin_ime->input_char)); in lv_ime_pinyin_constructor() 537 lv_memzero(pinyin_ime->py_num, sizeof(pinyin_ime->py_num)); in lv_ime_pinyin_constructor() 538 lv_memzero(pinyin_ime->py_pos, sizeof(pinyin_ime->py_pos)); in lv_ime_pinyin_constructor() 583 lv_memzero(pinyin_ime->k9_input_str, LV_IME_PINYIN_K9_MAX_INPUT); in lv_ime_pinyin_constructor() 630 lv_memzero(pinyin_ime->input_char, sizeof(pinyin_ime->input_char)); in lv_ime_pinyin_kb_event() 938 lv_memzero(pinyin_ime->k9_input_str, LV_IME_PINYIN_K9_MAX_INPUT); in pinyin_ime_clear_data() 939 lv_memzero(lv_pinyin_k9_cand_str, sizeof(lv_pinyin_k9_cand_str)); in pinyin_ime_clear_data() 954 lv_memzero(pinyin_ime->input_char, sizeof(pinyin_ime->input_char)); in pinyin_ime_clear_data() 1095 lv_memzero(lv_pinyin_k9_cand_str, sizeof(lv_pinyin_k9_cand_str)); in pinyin_k9_fill_cand() 1150 lv_memzero(lv_pinyin_k9_cand_str, sizeof(lv_pinyin_k9_cand_str)); in pinyin_k9_cand_page_proc()
|
/lvgl-latest/src/draw/ |
D | lv_draw_rect.c | 42 lv_memzero(dsc, sizeof(lv_draw_rect_dsc_t)); in lv_draw_rect_dsc_init() 61 lv_memzero(dsc, sizeof(*dsc)); in lv_draw_fill_dsc_init() 73 lv_memzero(dsc, sizeof(*dsc)); in lv_draw_border_dsc_init() 86 lv_memzero(dsc, sizeof(*dsc)); in lv_draw_box_shadow_dsc_init() 205 lv_memzero(&header, sizeof(header)); in lv_draw_rect()
|
D | lv_image_decoder.c | 82 lv_memzero(&dsc, sizeof(lv_image_decoder_dsc_t)); in lv_image_decoder_get_info() 94 lv_memzero(dsc, sizeof(lv_image_decoder_dsc_t)); in lv_image_decoder_open() 178 lv_memzero(decoder, sizeof(lv_image_decoder_t)); in lv_image_decoder_create() 295 lv_memzero(header, sizeof(lv_image_header_t)); in image_decoder_get_info()
|
D | lv_draw_mask.c | 42 lv_memzero(dsc, sizeof(lv_draw_mask_rect_dsc_t)); in lv_draw_mask_rect_dsc_init()
|
D | lv_draw_line.c | 41 lv_memzero(dsc, sizeof(lv_draw_line_dsc_t)); in lv_draw_line_dsc_init()
|
D | lv_draw_triangle.c | 44 lv_memzero(dsc, sizeof(lv_draw_triangle_dsc_t)); in lv_draw_triangle_dsc_init()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_widget.c | 45 lv_memzero(p, sizeof(lv_widget_processor_t)); in lv_xml_widget_register()
|
D | lv_xml_parser.c | 44 lv_memzero(state, sizeof(lv_xml_parser_state_t)); in lv_xml_parser_state_init()
|
/lvgl-latest/src/widgets/imagebutton/ |
D | lv_imagebutton.c | 152 lv_memzero(&imagebutton->src_mid, sizeof(imagebutton->src_mid)); in lv_imagebutton_constructor() 153 lv_memzero(&imagebutton->src_left, sizeof(imagebutton->src_left)); in lv_imagebutton_constructor() 154 lv_memzero(&imagebutton->src_right, sizeof(imagebutton->src_right)); in lv_imagebutton_constructor() 332 lv_memzero(info, sizeof(lv_imagebutton_src_info_t)); in update_src_info()
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 227 lv_memzero(&e, sizeof(e)); in outline_send_event() 248 lv_memzero(¶m, sizeof(param)); in outline_push_point() 346 lv_memzero(¶m, sizeof(param)); in outline_create() 411 lv_memzero(¶m, sizeof(param)); in outline_delete()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_pending.c | 57 lv_memzero(pending, sizeof(lv_vg_lite_pending_t)); in lv_vg_lite_pending_destroy()
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.c | 79 lv_memzero(subject, sizeof(lv_subject_t)); in lv_subject_init_int() 120 lv_memzero(subject, sizeof(lv_subject_t)); in lv_subject_init_string() 194 lv_memzero(subject, sizeof(lv_subject_t)); in lv_subject_init_pointer() 235 lv_memzero(subject, sizeof(lv_subject_t)); in lv_subject_init_color() 340 lv_memzero(observer, sizeof(*observer)); in lv_subject_add_observer_obj() 370 lv_memzero(observer, sizeof(*observer)); in lv_subject_add_observer_with_target()
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 184 lv_memzero(style, sizeof(lv_style_t)); in lv_style_init() 195 lv_memzero(style, sizeof(lv_style_t)); in lv_style_reset() 358 lv_memzero(tr, sizeof(lv_style_transition_dsc_t)); in lv_style_transition_dsc_init()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_buf.c | 99 lv_memzero(&vgbuf->yuv, sizeof(vgbuf->yuv)); in vglite_set_buf()
|
/lvgl-latest/src/others/fragment/ |
D | lv_fragment_manager.c | 163 lv_memzero(item, sizeof(lv_fragment_stack_item_t)); in lv_fragment_manager_push() 267 lv_memzero(states, sizeof(lv_fragment_managed_states_t)); in fragment_attach()
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.c | 187 lv_memzero(&ft_info, sizeof(ft_info)); in lv_font_manager_create_font() 246 lv_memzero(rec_node, sizeof(lv_font_rec_node_t)); in lv_font_manager_create_font_single() 559 lv_memzero(refer_node, sizeof(lv_font_refer_node_t)); in lv_font_manager_get_freetype_font()
|