Lines Matching refs:GetPoint
209 bool UIChartDataSerial::GetPoint(uint16_t index, Point& point) in GetPoint() function in OHOS::UIChartDataSerial
248 if (GetPoint(pointIndex, point)) { in RefreshInvalidateRect()
262 GetPoint(startIndex, start); in RefreshInvalidateRect()
265 GetPoint(endIndex, end); in RefreshInvalidateRect()
381 if (GetPoint(peakPointIndex_, center)) { in DrawPoint()
387 if (GetPoint(valleyPointIndex_, center)) { in DrawPoint()
393 if (GetPoint(latestIndex_, center)) { in DrawPoint()
439 data->GetPoint(index, current); in RefreshChart()
441 data->GetPoint(dataCount - 1, last); in RefreshChart()
468 data->GetPoint(index, current); in DrawDataSerials()
565 data->GetPoint(startPos + 1, current); in Smooth()
587 data->GetPoint(startIndex, start); in GetDataBySmooth()
590 data->GetPoint(startIndex + 1, end); in GetDataBySmooth()
623 data->GetPoint(startIndex, start); in DrawSmoothPolyLine()
624 data->GetPoint(startIndex + 1, end); in DrawSmoothPolyLine()
684 data->GetPoint(i, start); in DrawPolyLine()
685 data->GetPoint(i + 1, end); in DrawPolyLine()
701 data->GetPoint(endIndex - 1, start); in DrawPolyLine()
702 data->GetPoint(endIndex, end); in DrawPolyLine()
823 data->GetPoint(i, start); in DrawGradientColor()
824 data->GetPoint(i + 1, end); in DrawGradientColor()
909 data->GetPoint(0, limitPoints.start); in GradientColor()
910 data->GetPoint(data->GetDataCount() - 1, limitPoints.end); in GradientColor()