Searched refs:draw_dsc_label (Results 1 – 1 of 1) sorted by relevance
611 lv_draw_label_dsc_t * draw_dsc_label = lv_draw_task_get_label_dsc(t); in table_draw_task_event_cb() local612 if(draw_dsc_label) { in table_draw_task_event_cb()613 draw_dsc_label->color = lv_color_white(); in table_draw_task_event_cb()623 lv_draw_label_dsc_t * draw_dsc_label = lv_draw_task_get_label_dsc(t); in table_draw_task_event_cb() local624 if(draw_dsc_label) { in table_draw_task_event_cb()625 draw_dsc_label->color = lv_palette_darken(LV_PALETTE_BLUE_GREY, 4); in table_draw_task_event_cb()