Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.c811 lv_area_t cir_a; in lv_chart_draw_points() local
839 cir_a.x2 = cir_a.x1 + style_point.body.radius; in lv_chart_draw_points()
840 cir_a.x1 -= style_point.body.radius; in lv_chart_draw_points()
846 cir_a.y1 = h - y_tmp + y_ofs; in lv_chart_draw_points()
847 cir_a.y2 = cir_a.y1 + style_point.body.radius; in lv_chart_draw_points()
848 cir_a.y1 -= style_point.body.radius; in lv_chart_draw_points()
1308 lv_area_t cir_a; in lv_chart_inv_points() local
1312 lv_obj_get_coords(chart, &cir_a); in lv_chart_inv_points()
1314 cir_a.x2 = cir_a.x1 + ext->series.width; in lv_chart_inv_points()
1315 cir_a.x1 -= ext->series.width; in lv_chart_inv_points()
[all …]

Completed in 5 milliseconds