Searched refs:RefreshInvalidateRect (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_chart.cpp | 189 RefreshInvalidateRect(peakPointIndex_, topPointStyle_); in ModifyPoint() 195 RefreshInvalidateRect(valleyPointIndex_, bottomPointStyle_); in ModifyPoint() 205 RefreshInvalidateRect(startIndex, index + 1); in ModifyPoint() 242 RefreshInvalidateRect(hideIndex_, hideIndex_ + hideCount_); in HidePoint() 245 void UIChartDataSerial::RefreshInvalidateRect(uint16_t pointIndex, const PointStyle& style) in RefreshInvalidateRect() function in OHOS::UIChartDataSerial 259 void UIChartDataSerial::RefreshInvalidateRect(uint16_t startIndex, uint16_t endIndex) in RefreshInvalidateRect() function in OHOS::UIChartDataSerial 290 RefreshInvalidateRect(peakPointIndex_, topPointStyle_); in UpdatePeakAndValley() 291 RefreshInvalidateRect(i, topPointStyle_); in UpdatePeakAndValley() 299 RefreshInvalidateRect(valleyPointIndex_, bottomPointStyle_); in UpdatePeakAndValley() 300 RefreshInvalidateRect( in UpdatePeakAndValley() [all...] |
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_chart.h | 592 void RefreshInvalidateRect(uint16_t startIndex, uint16_t endIndex); 593 void RefreshInvalidateRect(uint16_t pointIndex, const PointStyle& style);
|
Completed in 5 milliseconds