Home
last modified time | relevance | path

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 Ddot_indicator_paint_method.h167 std::pair<float, float> BackwardCalculation(
H A Doverlength_dot_indicator_paint_method.cpp137 return BackwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX()
H A Ddot_indicator_paint_method.cpp300 return BackwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX()
651 std::pair<float, float> DotIndicatorPaintMethod::BackwardCalculation( in BackwardCalculation() function in OHOS::Ace::NG::DotIndicatorPaintMethod