Home
last modified time | relevance | path

Searched refs:polyLine (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp752 void UIChartPolyline::FindCrossPoints(const ChartLine& line, const ChartLine& polyLine, CrossPointSet& cross) in FindCrossPoints() argument
754 if (GetLineCrossPoint(line.start, line.end, polyLine.start, polyLine.end, cross.nextFirst)) { in FindCrossPoints()
755 if (enableReverse_ && (MATH_MIN(line.start.y, line.end.y) >= MATH_MAX(polyLine.start.y, polyLine.end.y))) { in FindCrossPoints()
757 if (polyLine.start.y < polyLine.end.y) { in FindCrossPoints()
767 if (polyLine.start.y > polyLine.end.y) { in FindCrossPoints()
775 if (polyLine in FindCrossPoints()
806 ChartLine polyLine = {{0}}; DrawGradientColor() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h921 void FindCrossPoints(const ChartLine& line, const ChartLine& polyLine, CrossPointSet& cross);

Completed in 3 milliseconds