Searched refs:BackwardCalculation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 167 std::pair<float, float> BackwardCalculation(
|
H A D | overlength_dot_indicator_paint_method.cpp | 137 return BackwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX()
|
H A D | dot_indicator_paint_method.cpp | 300 return BackwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX() 651 std::pair<float, float> DotIndicatorPaintMethod::BackwardCalculation( in BackwardCalculation() function in OHOS::Ace::NG::DotIndicatorPaintMethod
|