Home
last modified time | relevance | path

Searched refs:pos_set (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/chart/
Dlv_chart_private.h51 uint32_t pos_set: 1; /**< 1: pos is set; 0: point_id is set */ member
Dlv_chart.c436 cursor->pos_set = 0; in lv_chart_add_cursor()
449 cursor->pos_set = 1; in lv_chart_set_cursor_pos()
459 cursor->pos_set = 0; in lv_chart_set_cursor_point()
1203 if(cursor->pos_set) { in draw_cursors()