/lvgl-latest/src/stdlib/ |
D | lv_string.h | 48 void lv_memset(void * dst, uint8_t v, size_t len); 75 lv_memset(dst, 0x00, len); in lv_memzero()
|
D | lv_mem.c | 85 lv_memset(alloc, 0xaa, size); in lv_malloc()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_tree.c | 134 lv_memset(&result, 0, sizeof(struct _result)); in testWalkTree() 144 lv_memset(&result, 0, sizeof(struct _result)); in testWalkTree() 203 lv_memset(&result, 0, sizeof(struct _result)); in testTreeSearch()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_border.c | 205 lv_memset(mask_buf, 0xff, draw_area_w); in draw_border_complex() 232 lv_memset(mask_buf, 0xff, blend_w); in draw_border_complex() 243 lv_memset(mask_buf, 0xff, blend_w); in draw_border_complex() 263 lv_memset(mask_buf, 0xff, blend_w); in draw_border_complex() 274 lv_memset(mask_buf, 0xff, blend_w); in draw_border_complex()
|
D | lv_draw_sw_line.c | 150 lv_memset(mask_buf, 0xff, blend_area_w); in draw_line_hor() 227 lv_memset(mask_buf, 0xff, draw_area_w); in draw_line_ver() 354 lv_memset(mask_buf, 0xff, mask_buf_size); in draw_line_skew() 382 lv_memset(mask_buf, 0xff, mask_buf_size); in draw_line_skew()
|
D | lv_draw_sw_mask_rect.c | 94 lv_memset(mask_buf, 0xff, area_w); in lv_draw_sw_mask_rect()
|
D | lv_draw_sw_fill.c | 162 lv_memset(mask_buf, opa, clipped_w); in lv_draw_sw_fill() 244 lv_memset(mask_buf, opa, clipped_w); in lv_draw_sw_fill()
|
D | lv_draw_sw_arc.c | 161 lv_memset(circle_mask, 0xff, width * width); in lv_draw_sw_arc() 185 lv_memset(mask_buf, 0xff, blend_w); in lv_draw_sw_arc()
|
D | lv_draw_sw_box_shadow.c | 278 lv_memset(mask_buf, sh_buf_tmp[0], w); in lv_draw_sw_box_shadow() 328 lv_memset(mask_buf, sh_buf_tmp[0], w); in lv_draw_sw_box_shadow() 548 lv_memset(mask_buf, 0xff, w); in lv_draw_sw_box_shadow() 600 lv_memset(mask_line, 0xff, size); in shadow_draw_corner_buf()
|
D | lv_draw_sw_triangle.c | 152 lv_memset(mask_buf, 0xff, area_w); in lv_draw_sw_triangle()
|
/lvgl-latest/src/libs/rle/ |
D | lv_rle.c | 92 lv_memset(output, input[0], ctrl_byte); in lv_rle_decompress()
|
/lvgl-latest/src/font/ |
D | lv_binfont_loader.c | 300 lv_memset(cmaps, 0, cmaps_subtables_count * sizeof(lv_font_fmt_txt_cmap_t)); in load_cmaps() 325 lv_memset(glyph_dsc, 0, loca_count * sizeof(lv_font_fmt_txt_glyph_dsc_t)); in load_glyph() 464 lv_memset(font_dsc, 0, sizeof(lv_font_fmt_txt_dsc_t)); in lvgl_load_font() 581 lv_memset(kern_pair, 0, sizeof(lv_font_fmt_txt_kern_pair_t)); in load_kern() 619 lv_memset(kern_classes, 0, sizeof(lv_font_fmt_txt_kern_classes_t)); in load_kern()
|
/lvgl-latest/src/stdlib/clib/ |
D | lv_string_clib.c | 43 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() function
|
/lvgl-latest/src/stdlib/rtthread/ |
D | lv_string_rtthread.c | 43 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() function
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_stm32_hal.c | 181 lv_memset(&bo, 0, sizeof(bo)); in nema_buffer_create()
|
/lvgl-latest/src/indev/ |
D | lv_indev_gesture.c | 355 lv_memset(info + motion_arr_sz, 0, sizeof(lv_indev_gesture_t) - motion_arr_sz); in reset_recognizer() 356 lv_memset(recognizer, 0, sizeof(lv_indev_gesture_recognizer_t)); in reset_recognizer() 375 lv_memset(info, 0, sizeof(lv_indev_gesture_t)); in init_gesture_info()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_arc.c | 178 lv_memset(&img_color, dsc->opa, sizeof(img_color)); in lv_draw_vg_lite_arc()
|
D | lv_draw_vg_lite_mask_rect.c | 101 lv_memset(mask_buf, 0xff, area_w); in lv_draw_vg_lite_mask_rect()
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_window.c | 361 lv_memset(dsc->fb1, 0xff, hor_res * ver_res * px_size); in window_create() 363 lv_memset(dsc->fb2, 0xff, hor_res * ver_res * px_size); in window_create()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_mem_core_builtin.c | 185 lv_memset(p, 0xbb, lv_tlsf_block_size(data)); in lv_free_core()
|
D | lv_string_builtin.c | 118 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() function
|
/lvgl-latest/src/libs/bmp/ |
D | lv_bmp.c | 160 lv_memset(&b, 0x00, sizeof(b)); in decoder_open()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 789 lv_memset(lv_pinyin_cand_str[i], 0x00, sizeof(lv_pinyin_cand_str[i])); in pinyin_input_proc() 827 lv_memset(lv_pinyin_cand_str[i], 0x00, sizeof(lv_pinyin_cand_str[i])); in pinyin_page_proc() 951 lv_memset(lv_pinyin_cand_str[i], 0x00, sizeof(lv_pinyin_cand_str[i])); in pinyin_ime_clear_data()
|
/lvgl-latest/src/libs/barcode/ |
D | lv_barcode.c | 187 lv_memset(dest, 0xFF, stride); in lv_barcode_update()
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.h | 47 #define LZ4_memset lv_memset
|