Searched refs:p_act (Results 1 – 3 of 3) sorted by relevance
19 …uint32_t p_act = (start_point + dsc->id) % cnt; /*Consider start point to get the index of the arr… in draw_event_cb() local20 lv_opa_t x_opa = (x_array[p_act] * LV_OPA_50) / 200; in draw_event_cb()21 lv_opa_t y_opa = (y_array[p_act] * LV_OPA_50) / 1000; in draw_event_cb()
22 p_act = (start_point + dsc.id) % cnt # Consider start point to get the index of the array24 x_opa = (x_array[p_act] * lv.OPA._50) // 20025 y_opa = (y_array[p_act] * lv.OPA._50) // 1000
924 lv_coord_t p_act = start_point; in draw_series_line() local949 p_act = (start_point + i) % chart->point_cnt; in draw_series_line()951 y_tmp = (int32_t)((int32_t)ser->y_points[p_act] - chart->ymin[ser->y_axis_sec]) * h; in draw_series_line()956 p_prev = p_act; in draw_series_line()963 … if(ser->y_points[p_prev] != LV_CHART_POINT_NONE && ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_line()990 part_draw_dsc.p2 = ser->y_points[p_act] != LV_CHART_POINT_NONE ? &p2 : NULL; in draw_series_line()996 … if(ser->y_points[p_prev] != LV_CHART_POINT_NONE && ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_line()1008 p_prev = p_act; in draw_series_line()1014 if(ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_line()1025 part_draw_dsc.value = ser->y_points[p_act]; in draw_series_line()[all …]