Searched defs:user (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 261 void * user) in outline_move_to_cb() 270 void * user) in outline_line_to_cb() 280 void * user) in outline_conic_to_cb() 291 void * user) in outline_cubic_to_cb()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_mem_core_builtin.c | 257 static void lv_mem_walker(void * ptr, size_t size, int used, void * user) in lv_mem_walker()
|
D | lv_tlsf.c | 821 static void integrity_walker(void * ptr, size_t size, int used, void * user) in integrity_walker() 887 static void default_walker(void * ptr, size_t size, int used, void * user) in default_walker() 893 void lv_tlsf_walk_pool(lv_pool_t pool, lv_tlsf_walker walker, void * user) in lv_tlsf_walk_pool()
|