Lines Matching refs:node
96 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);
101 static bool tiny_ttf_draw_data_cache_create_cb(tiny_ttf_cache_data_t * node, void * user_data);
102 static void tiny_ttf_draw_data_cache_free_cb(tiny_ttf_cache_data_t * node, void * user_data);
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() argument
452 lv_font_glyph_dsc_t * dsc_out = &node->glyph_dsc; in tiny_ttf_glyph_cache_create_cb()
454 uint32_t unicode_letter = node->unicode; in tiny_ttf_glyph_cache_create_cb()
477 node->adv_w = advw; in tiny_ttf_glyph_cache_create_cb()
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() argument
491 LV_UNUSED(node); in tiny_ttf_glyph_cache_free_cb()
505 static bool tiny_ttf_draw_data_cache_create_cb(tiny_ttf_cache_data_t * node, void * user_data) in tiny_ttf_draw_data_cache_create_cb() argument
507 int g1 = (int)node->glyph_index; in tiny_ttf_draw_data_cache_create_cb()
533 node->draw_buf = draw_buf; in tiny_ttf_draw_data_cache_create_cb()
537 static void tiny_ttf_draw_data_cache_free_cb(tiny_ttf_cache_data_t * node, void * user_data) in tiny_ttf_draw_data_cache_free_cb() argument
541 lv_draw_buf_destroy(node->draw_buf); in tiny_ttf_draw_data_cache_free_cb()