Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/chart/
Dlv_chart.c834 int32_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_line() local
837 if(LV_MIN(point_w, point_h) > line_dsc.width / 2) line_dsc.raw_end = 1; in draw_series_line()
914 point_area.y1 = (int32_t)line_dsc.p1.y - point_h; in draw_series_line()
915 point_area.y2 = (int32_t)line_dsc.p1.y + point_h; in draw_series_line()
922 if(point_w && point_h && ser->y_points[p_prev] != LV_CHART_POINT_NONE) { in draw_series_line()
939 point_area.y1 = (int32_t)line_dsc.p2.y - point_h; in draw_series_line()
940 point_area.y2 = (int32_t)line_dsc.p2.y + point_h; in draw_series_line()
985 int32_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_scatter() local
988 if(LV_MIN(point_w, point_h) > line_dsc.width / 2) line_dsc.raw_end = 1; in draw_series_scatter()
1040 point_area.y1 = (int32_t)line_dsc.p1.y - point_h; in draw_series_scatter()
[all …]