Searched refs:cur_label_dsc (Results 1 – 1 of 1) sorted by relevance
1330 lv_draw_label_dsc_t cur_label_dsc; in draw_cursor() local1331 lv_draw_label_dsc_init(&cur_label_dsc); in draw_cursor()1332 lv_obj_init_draw_label_dsc(obj, LV_PART_CURSOR, &cur_label_dsc); in draw_cursor()1333 if(cur_dsc.bg_opa > LV_OPA_MIN || cur_label_dsc.color.full != label_color.full) { in draw_cursor()1334 lv_draw_label(draw_ctx, &cur_label_dsc, &cur_area, letter_buf, NULL); in draw_cursor()