Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c96 static bool tiny_ttf_glyph_cache_create_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data);
234 tiny_ttf_glyph_cache_create_cb(&search_key, dsc); in ttf_get_glyph_dsc_cb()
344 .create_cb = (lv_cache_create_cb_t)tiny_ttf_glyph_cache_create_cb, in lv_tiny_ttf_cache_create()
449 static bool tiny_ttf_glyph_cache_create_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data) in tiny_ttf_glyph_cache_create_cb() function