Searched refs:tiny_ttf_glyph_cache_data_t (Results 1 – 1 of 1) sorted by relevance
78 } tiny_ttf_glyph_cache_data_t; typedef96 static bool tiny_ttf_glyph_cache_create_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data);97 static void tiny_ttf_glyph_cache_free_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data);98 static lv_cache_compare_res_t tiny_ttf_glyph_cache_compare_cb(const tiny_ttf_glyph_cache_data_t * l…99 … const tiny_ttf_glyph_cache_data_t * rhs);224 tiny_ttf_glyph_cache_data_t search_key = { in ttf_get_glyph_dsc_cb()256 tiny_ttf_glyph_cache_data_t * data = lv_cache_entry_get_data(entry); in ttf_get_glyph_dsc_cb()273 tiny_ttf_glyph_cache_data_t * data_next = lv_cache_entry_get_data(entry_next); in ttf_get_glyph_dsc_cb()341 …h_cache = lv_cache_create(&lv_cache_class_lru_rb_count, sizeof(tiny_ttf_glyph_cache_data_t), dsc->… 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()[all …]