Home
last modified time | relevance | path

Searched refs:TTF_MALLOC (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c16 #define TTF_MALLOC(x) (lv_mem_alloc(x)) macro
181 ttf_font_desc_t * dsc = (ttf_font_desc_t *)TTF_MALLOC(sizeof(ttf_font_desc_t)); in lv_tiny_ttf_create()
220 lv_font_t * out_font = (lv_font_t *)TTF_MALLOC(sizeof(lv_font_t)); in lv_tiny_ttf_create()