Home
last modified time | relevance | path

Searched refs:preSlope (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp563 uint16_t& preSlope) in Smooth() argument
568 if (MATH_ABS(slope - preSlope) < SMOOTH_SLOPE_ANGLE) { in Smooth()
573preSlope = (current.x == end.x) ? QUARTER_IN_DEGREE : FastAtan2(current.x - end.x, current.y - end… in Smooth()
591 …uint16_t preSlope = (start.x == end.x) ? QUARTER_IN_DEGREE : FastAtan2(end.x - start.x, end.y - st… in GetDataBySmooth() local
594 if (!Smooth(i, start, end, current, data, slope, preSlope)) { in GetDataBySmooth()
625 …uint16_t preSlope = (start.x == end.x) ? QUARTER_IN_DEGREE : FastAtan2(end.x - start.x, end.y - st… in DrawSmoothPolyLine() local
629 if (!Smooth(i, start, end, current, data, slope, preSlope)) { in DrawSmoothPolyLine()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h914 uint16_t& preSlope);