Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c97 static void tiny_ttf_glyph_cache_free_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data);
345 .free_cb = (lv_cache_free_cb_t)tiny_ttf_glyph_cache_free_cb in lv_tiny_ttf_cache_create()
489 static void tiny_ttf_glyph_cache_free_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data) in tiny_ttf_glyph_cache_free_cb() function