Searched refs:ForwardCalculation (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | overlength_dot_indicator_paint_method.h | 75 std::pair<float, float> ForwardCalculation(
|
H A D | overlength_dot_indicator_paint_method.cpp | 139 return ForwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX() 220 std::pair<float, float> OverlengthDotIndicatorPaintMethod::ForwardCalculation( in ForwardCalculation() function in OHOS::Ace::NG::OverlengthDotIndicatorPaintMethod
|
H A D | dot_indicator_paint_method.h | 165 virtual std::pair<float, float> ForwardCalculation(
|
H A D | dot_indicator_paint_method.cpp | 302 return ForwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX() 598 std::pair<float, float> DotIndicatorPaintMethod::ForwardCalculation( in ForwardCalculation() function in OHOS::Ace::NG::DotIndicatorPaintMethod
|