/lvgl-latest/src/stdlib/ |
D | lv_mem.c | 62 void * lv_malloc(size_t size) in lv_malloc() 92 void * lv_malloc_zeroed(size_t size) in lv_malloc_zeroed() 119 void * lv_calloc(size_t num, size_t size) in lv_calloc() 125 void * lv_zalloc(size_t size) in lv_zalloc()
|
/lvgl-latest/libs/nema_gfx/include/ |
D | tsi_malloc.h | 36 #define tsi_malloc_init(base_virt, base_phys, size, reset) \ argument 39 #define tsi_malloc(size) tsi_malloc_pool(0, size) argument
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPicture.cpp | 96 bool Picture::Impl::size(float w, float h) in size() function in Picture::Impl 176 Result Picture::load(const char* data, uint32_t size, const string& mimeType, bool copy) noexcept in load() 184 TVG_DEPRECATED Result Picture::load(const char* data, uint32_t size, bool copy) noexcept in load() 198 Result Picture::size(float w, float h) noexcept in size() function in Picture 205 Result Picture::size(float* w, float* h) const noexcept in size() function in Picture
|
D | tvgText.cpp | 58 Result Text::font(const char* name, float size, const char* style) noexcept in font() 76 Result Text::load(const char* name, const char* data, uint32_t size, const string& mimeType, bool c… in load()
|
D | tvgLottieLoader.h | 40 uint32_t size = 0; //lottie data size variable
|
D | tvgSvgLoader.h | 38 uint32_t size = 0; variable
|
D | tvgLoader.cpp | 234 static LoadModule* _findFromCache(const char* data, uint32_t size, const string& mimeType) in _findFromCache() 366 LoadModule* LoaderMgr::loader(const char* data, uint32_t size, const string& mimeType, bool copy) in loader() 442 LoadModule* LoaderMgr::loader(const char* name, const char* data, uint32_t size, TVG_UNUSED const s… in loader()
|
D | tvgLottieCommon.h | 63 Point size; member 71 float size; member
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | allocators.h | 86 void* Malloc(size_t size) { in Malloc() 136 size_t size; //!< Current size of allocated memory in bytes. member 306 size_t size = 0; in Size() local 321 void* Malloc(size_t size) { in Malloc() 404 static inline void* AlignBuffer(void* buf, size_t &size) in AlignBuffer()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 198 tlsf_decl int tlsf_fls_sizet(size_t size) in tlsf_fls_sizet() 326 size_t size; member 386 static void block_set_size(block_header_t * block, size_t size) in block_set_size() 440 static block_header_t * offset_to_block(const void * ptr, size_t size) in offset_to_block() 508 static size_t adjust_request_size(size_t size, size_t align) in adjust_request_size() 527 static void mapping_insert(size_t size, int * fli, int * sli) in mapping_insert() 545 static void mapping_search(size_t size, int * fli, int * sli) in mapping_search() 647 static int block_can_split(block_header_t * block, size_t size) in block_can_split() 653 static block_header_t * block_split(block_header_t * block, size_t size) in block_split() 714 static void block_trim_free(control_t * control, block_header_t * block, size_t size) in block_trim_free() [all …]
|
D | lv_mem_core_builtin.c | 139 void * lv_malloc_core(size_t size) in lv_malloc_core() 187 size_t size = lv_tlsf_block_size(p); in lv_free_core() local 257 static void lv_mem_walker(void * ptr, size_t size, int used, void * user) in lv_mem_walker()
|
/lvgl-latest/src/stdlib/uefi/ |
D | lv_mem_core_uefi.c | 37 size_t size; member 53 void * lv_malloc_core(size_t size) in lv_malloc_core()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_stm32_hal.c | 173 void * nema_host_malloc(unsigned size) in nema_host_malloc() 178 nema_buffer_t nema_buffer_create(int size) in nema_buffer_create() 190 nema_buffer_t nema_buffer_create_pool(int pool, int size) in nema_buffer_create_pool()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient_private.h | 32 uint32_t size; member
|
/lvgl-latest/src/misc/ |
D | lv_event.c | 88 const uint32_t size = event_array_size(list); in lv_event_send() local 144 const uint32_t size = event_array_size(list); in lv_event_remove_dsc() local 196 const uint32_t size = event_array_size(list); in lv_event_remove_all() local 361 const uint32_t size = lv_array_size(array); in cleanup_event_list_core() local
|
D | lv_array.h | 37 uint32_t size; member
|
D | lv_utils.c | 38 void * lv_utils_bsearch(const void * key, const void * base, size_t n, size_t size, in lv_utils_bsearch()
|
D | lv_fs_private.h | 38 uint32_t size; member
|
D | lv_rb_private.h | 38 size_t size; member
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager_utils.h | 34 uint32_t size; member
|
/lvgl-latest/examples/event/ |
D | lv_example_event_draw.c | 5 static uint32_t size = 0; variable
|
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_3.c | 51 int32_t size = lv_subject_get_int(subject); in font_size_observer_cb() local
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_7.c | 36 lv_point_t size; in draw_event_cb() local
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 91 uint32_t * size; in decoder_info() local 208 static uint8_t * alloc_file(const char * filename, uint32_t * size) in alloc_file()
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_xkb.c | 137 int size = xkb_state_key_get_utf8(dsc->state, keycode, NULL, 0) + 1; in lv_xkb_process_key() local
|