/lvgl-3.4.0/zephyr/ |
D | lvgl_mem.c | 21 void *lvgl_malloc(size_t size) in lvgl_malloc() 33 void *lvgl_realloc(void *ptr, size_t size) in lvgl_realloc()
|
D | lvgl_mem_kernel.c | 14 void *lvgl_malloc(size_t size) in lvgl_malloc()
|
/lvgl-3.4.0/src/misc/ |
D | lv_tlsf.c | 198 tlsf_decl int tlsf_fls_sizet(size_t size) in tlsf_fls_sizet() 326 size_t size; member 387 static void block_set_size(block_header_t * block, size_t size) in block_set_size() 441 static block_header_t * offset_to_block(const void * ptr, size_t size) in offset_to_block() 509 static size_t adjust_request_size(size_t size, size_t align) in adjust_request_size() 528 static void mapping_insert(size_t size, int * fli, int * sli) in mapping_insert() 546 static void mapping_search(size_t size, int * fli, int * sli) in mapping_search() 648 static int block_can_split(block_header_t * block, size_t size) in block_can_split() 654 static block_header_t * block_split(block_header_t * block, size_t size) in block_split() 715 static void block_trim_free(control_t * control, block_header_t * block, size_t size) in block_trim_free() [all …]
|
D | lv_utils.c | 54 void * _lv_utils_bsearch(const void * key, const void * base, uint32_t n, uint32_t size, in _lv_utils_bsearch()
|
D | lv_style.c | 110 size_t size = (style->prop_cnt - 1) * (sizeof(lv_style_value_t) + sizeof(uint16_t)); in lv_style_remove_prop() local 159 size_t size = (style->prop_cnt + 1) * (sizeof(lv_style_value_t) + sizeof(uint16_t)); in lv_style_set_prop() local 186 size_t size = (style->prop_cnt + 1) * (sizeof(lv_style_value_t) + sizeof(uint16_t)); in lv_style_set_prop() local
|
D | lv_mem.c | 123 void * lv_mem_alloc(size_t size) in lv_mem_alloc() 262 void * lv_mem_buf_get(uint32_t size) in lv_mem_buf_get() 537 static void lv_mem_walker(void * ptr, size_t size, int used, void * user) in lv_mem_walker()
|
D | lv_mem.h | 48 uint16_t size; member
|
D | lv_area.c | 99 uint32_t size; in lv_area_get_size() local
|
/lvgl-3.4.0/examples/widgets/slider/ |
D | lv_example_slider_3.c | 32 lv_coord_t * size = lv_event_get_param(e); in slider_event_cb() local
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 72 static uint32_t compute_key(const lv_grad_dsc_t * g, lv_coord_t size, lv_coord_t w) in compute_key() 128 size_t size = get_cache_item_size(c); in free_item() local 169 lv_coord_t size = g->dir == LV_GRAD_DIR_HOR ? w : h; in allocate_item() local 273 lv_coord_t size = g->dir == LV_GRAD_DIR_HOR ? w : h; in lv_gradient_get() local
|
D | lv_draw_sw_gradient.h | 50 lv_coord_t size; /**< The computed gradient color map size, in colors */ member
|
D | lv_draw_sw_rect.c | 338 lv_point_t size; in draw_bg_img() local 948 int32_t size = sw_ori + r; in shadow_draw_corner_buf() local 1031 LV_ATTRIBUTE_FAST_MEM static void shadow_blur_corner(lv_coord_t size, lv_coord_t sw, uint16_t * sh_… in shadow_blur_corner()
|
/lvgl-3.4.0/examples/widgets/chart/ |
D | lv_example_chart_6.c | 30 lv_point_t size; in event_cb() local
|
/lvgl-3.4.0/src/extra/libs/png/ |
D | lv_png.c | 79 uint32_t size[2]; in decoder_info() local
|
D | lodepng.c | 74 static void* lodepng_malloc(size_t size) { in lodepng_malloc() 121 const void* LODEPNG_RESTRICT src, size_t size) { in lodepng_memcpy() 220 size_t size; /*size in number of unsigned longs*/ member 231 static unsigned uivector_resize(uivector* p, size_t size) { in uivector_resize() 265 size_t size; /*used size*/ member 270 static unsigned ucvector_resize(ucvector* p, size_t size) { in ucvector_resize() 284 static ucvector ucvector_init(unsigned char* buffer, size_t size) { in ucvector_init() 349 uint32_t size = 0; in lodepng_filesize() local 361 static unsigned lodepng_buffer_file(unsigned char* out, size_t size, const char* filename) { in lodepng_buffer_file() 375 long size = lodepng_filesize(filename); in lodepng_load_file() local [all …]
|
/lvgl-3.4.0/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 37 lv_coord_t size; member 43 lv_coord_t size; member 283 lv_point_t size; in draw_bg_img() local 671 static lv_draw_rect_bg_key_t rect_bg_key_create(lv_coord_t radius, lv_coord_t size) in rect_bg_key_create() 681 static lv_draw_rect_shadow_key_t rect_shadow_key_create(lv_coord_t radius, lv_coord_t size, lv_coor… in rect_shadow_key_create()
|
D | lv_draw_sdl_composite.c | 187 lv_coord_t size = next_pow_of_2(LV_MAX(w, h)); in lv_draw_sdl_composite_texture_obtain() local
|
D | lv_draw_sdl_texture_cache.c | 118 …_head_img_t * lv_draw_sdl_texture_img_key_create(const void * src, int32_t frame_id, size_t * size) in lv_draw_sdl_texture_img_key_create()
|
/lvgl-3.4.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 59 lv_obj_t * lv_qrcode_create(lv_obj_t * parent, lv_coord_t size, lv_color_t dark_color, lv_color_t l… in lv_qrcode_create()
|
/lvgl-3.4.0/src/widgets/ |
D | lv_label.c | 766 lv_point_t size; in lv_label_event() local 826 lv_point_t size; in draw_main() local 866 lv_point_t size; in draw_main() local 911 lv_point_t size; in lv_label_refr_text() local
|
D | lv_dropdown.c | 786 lv_point_t size; in draw_main() local 837 lv_point_t size; in draw_main() local
|
/lvgl-3.4.0/src/extra/libs/gif/ |
D | gifdec.h | 10 int size; member
|
/lvgl-3.4.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 41 FT_Size size; member 568 FT_Size size; in lv_ft_font_init_nocache() local
|
/lvgl-3.4.0/src/core/ |
D | lv_event.c | 356 void lv_event_set_ext_draw_size(lv_event_t * e, lv_coord_t size) in lv_event_set_ext_draw_size()
|
/lvgl-3.4.0/src/hal/ |
D | lv_hal_disp.h | 56 uint32_t size; /*In pixel count*/ member
|