Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.c44 static void lv_chart_inv_lines(lv_obj_t * chart, uint16_t i);
412 if(ext->type & LV_CHART_TYPE_LINE) lv_chart_inv_lines(chart, ser->start_point); in lv_chart_set_next()
415 if(ext->type & LV_CHART_TYPE_VERTICAL_LINE) lv_chart_inv_lines(chart, ser->start_point); in lv_chart_set_next()
416 if(ext->type & LV_CHART_TYPE_AREA) lv_chart_inv_lines(chart, ser->start_point); in lv_chart_set_next()
1275 static void lv_chart_inv_lines(lv_obj_t * chart, uint16_t i) in lv_chart_inv_lines() function

Completed in 4 milliseconds