Lines Matching refs:endIndex
259 void UIChartDataSerial::RefreshInvalidateRect(uint16_t startIndex, uint16_t endIndex)
264 endIndex = (endIndex >= dataCount_) ? (dataCount_ - 1) : endIndex;
265 GetPoint(endIndex, end);
577 void UIChartPolyline::GetDataBySmooth(uint16_t startIndex, uint16_t endIndex, UIChartDataSerial* data)
593 for (uint16_t i = startIndex; i < endIndex; i++) {
601 data->GetOriginalPoint(endIndex, pointArray[count++]);
609 uint16_t endIndex,
628 for (uint16_t i = startIndex; i < endIndex; i++) {
659 uint16_t endIndex,
663 if ((startIndex >= endIndex) || (data == nullptr)) {
668 DrawSmoothPolyLine(gfxDstBuffer, startIndex, endIndex, invalidatedArea, data);
683 for (uint16_t i = startIndex; i < endIndex - 1; i++) {
701 data->GetPoint(endIndex - 1, start);
702 data->GetPoint(endIndex, end);