Searched refs:line_dsc_tmp (Results 1 – 1 of 1) sorted by relevance
1292 lv_draw_line_dsc_t line_dsc_tmp; in draw_cursors() local1300 part_draw_dsc.line_dsc = &line_dsc_tmp; in draw_cursors()1308 lv_memcpy(&line_dsc_tmp, &line_dsc_ori, sizeof(lv_draw_line_dsc_t)); in draw_cursors()1310 line_dsc_tmp.color = cursor->color; in draw_cursors()1354 lv_draw_line(draw_ctx, &line_dsc_tmp, &p1, &p2); in draw_cursors()1370 lv_draw_line(draw_ctx, &line_dsc_tmp, &p1, &p2); in draw_cursors()