Searched refs:draw_dsc_border (Results 1 – 1 of 1) sorted by relevance
617 lv_draw_border_dsc_t * draw_dsc_border = lv_draw_task_get_border_dsc(t); in table_draw_task_event_cb() local618 if(draw_dsc_border) { in table_draw_task_event_cb()619 draw_dsc_border->color = lv_palette_darken(LV_PALETTE_BLUE_GREY, 4); in table_draw_task_event_cb()620 draw_dsc_border->width = 2; in table_draw_task_event_cb()621 draw_dsc_border->side = LV_BORDER_SIDE_BOTTOM; in table_draw_task_event_cb()